Skip to content

Commit

Permalink
Update to node 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsair authored and thegecko committed Jan 22, 2024
1 parent a319d1b commit 9725622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 20.x
- name: Build
run: |
npm install
Expand Down

0 comments on commit 9725622

Please sign in to comment.