Skip to content

Commit aedd993

Browse files
authored
Use node.js 22 to build
1 parent 95740c7 commit aedd993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup node
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: '21'
27+
node-version: '22'
2828
- name: Install dependencies
2929
run: |
3030
if ! yarn install; then

.github/workflows/test_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup node
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: '21'
15+
node-version: '22'
1616
- name: Install dependencies
1717
run: |
1818
if ! yarn install; then

0 commit comments

Comments
 (0)