We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e6351 commit 1773960Copy full SHA for 1773960
2 files changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Use Node.js 10.x
24
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
25
with:
26
- node-version: 10.x
+ node-version: '22'
27
28
- name: Build
29
env:
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Use Node.js
run: |
0 commit comments