We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce65e94 commit 4f870bcCopy full SHA for 4f870bc
.github/workflows/npm.yml
@@ -19,9 +19,9 @@ jobs:
19
node-version: [16.x, 17.x]
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
25
with:
26
node-version: ${{ matrix.node-version }}
27
- run: npm i
.github/workflows/yarn.yml
- run: yarn install
0 commit comments