Skip to content

Commit

Permalink
Use node.js 21 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
0140454 authored Oct 25, 2024
1 parent e9b1e62 commit 95740c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '21'
- name: Install dependencies
run: |
if ! yarn install; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '21'
- name: Install dependencies
run: |
if ! yarn install; then
Expand Down

0 comments on commit 95740c7

Please sign in to comment.