Skip to content

Commit a90261f

Browse files
authored
upgrade actions (#1409)
1 parent 65237c6 commit a90261f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
node-version: [16.x]
1818

1919
steps:
20-
- uses: actions/checkout@v2
21-
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v1
20+
- uses: actions/checkout@v3
21+
- uses: actions/setup-node@v3
2322
with:
2423
node-version: ${{ matrix.node-version }}
2524
- run: yarn --frozen-lockfile
@@ -28,8 +27,7 @@ jobs:
2827
yarn run eslint src test --format=compact
2928
- run: yarn run prettier --check src test
3029
- run: yarn test:mocha
31-
- name: Test artifacts
32-
uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v3
3331
if: failure()
3432
with:
3533
name: test-output-changes

0 commit comments

Comments
 (0)