We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d643c8 commit 66f4d5aCopy full SHA for 66f4d5a
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
- run: yarn install --frozen-lockfile
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js 16.x
- uses: actions/setup-node@v2
22
23
node-version: 16.x
24
0 commit comments