Skip to content

Commit

Permalink
Use node 17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Jan 14, 2025
1 parent fef45f0 commit e7ae096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 17
- run: npm ci
- run: npx eslint src --max-warnings=0
- run: npm run build:dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: checkout code
uses: actions/checkout@v4

- name: use node.js 16.x
- name: use node.js 17.x
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 17

- name: create release tarball
run: echo 'y' | ./.github/create-release.sh
Expand Down

0 comments on commit e7ae096

Please sign in to comment.