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 9656e71 commit 947d1a5Copy full SHA for 947d1a5
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: "16.x"
22
- run: npm install
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
13
14
node-version: 16
15
registry-url: https://registry.npmjs.org/
0 commit comments