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.
2 parents 419c857 + 83fb770 commit 71f854eCopy full SHA for 71f854e
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
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