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 e7f0e02 commit 6b0d03bCopy full SHA for 6b0d03b
.github/workflows/js-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Set up Node.js ${{ env.NODE_VERSION }}
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
18
with:
19
node-version: 14
20
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
persist-credentials: false
21
22
23
node-version: ${{ env.NODE_VERSION }}
24
0 commit comments