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 3556266 commit defda6cCopy full SHA for defda6c
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: '16.x'
+ node-version: '22.x'
16
cache: 'yarn'
17
- run: yarn install --frozen-lockfile
18
- name: release on npm
.tool-versions
@@ -1 +1 @@
1
-nodejs 18.16.0
+nodejs 22.17.1
0 commit comments