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 e48c44d commit c38e7bcCopy full SHA for c38e7bc
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Use Node.js
18
uses: actions/setup-node@v1
19
with:
20
- node-version: '20.x' # You might need to adjust this value to your own version
+ node-version: '22.x' # You might need to adjust this value to your own version
21
# Get the version number and put it in a variable
22
- name: Get Version
23
id: version
0 commit comments