Skip to content

Commit

Permalink
ci: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyklan committed Feb 7, 2024
1 parent 89b68c6 commit d2ec0c6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'

- name: Install Dependencies
run: npm install

- name: Install special build dependency
run: npm install @rollup/rollup-linux-x64-gnu

- name: Build
run: npm run build
if: ${{ !contains(github.event.head_commit.message, '[skip-ci]') }}
Expand Down
22 changes: 20 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.3.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-arch64-gnu": "*",
"@rollup/rollup-linux-arm64-gnu": "^4.9.6",
"@rollup/rollup-linux-x64-gnu": "^4.9.6",
"@swc/core": "^1.4.0",
"@swc/core-darwin-arm64": "^1.4.0",
Expand Down

0 comments on commit d2ec0c6

Please sign in to comment.