Skip to content

Commit

Permalink
Node 20 for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Jun 11, 2024
1 parent 37f22d0 commit fdabf1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '15'
node-version: '20'
- run: npm install
- run: npm test

0 comments on commit fdabf1d

Please sign in to comment.