Skip to content

Commit

Permalink
ci: bump nodejs to version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss committed Apr 17, 2024
1 parent 0705151 commit 855143e
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version: "16"
node-version: "20"

- run: npm ci
- run: npm run build
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: "npm"
node-version: "20"
- name: Download generated parser
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 855143e

Please sign in to comment.