Skip to content

Commit

Permalink
update action to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 14, 2024
1 parent 03f2227 commit 1600312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛒
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Use Node.js ⬢
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '18'

- name: Test 🧪
run: |
Expand Down

0 comments on commit 1600312

Please sign in to comment.