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 599d35f commit 51956deCopy full SHA for 51956de
.github/workflows/check-packaging-ncc-typescript-npm.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v5
34
35
- name: Setup Node.js
36
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
37
with:
38
node-version: ${{ env.NODE_VERSION }}
39
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Set Node.js 16.x
14
15
16
node-version: 16.x
17
@@ -32,7 +32,7 @@ jobs:
32
0 commit comments