We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5bae0 commit 0bba46bCopy full SHA for 0bba46b
.github/workflows/npm-publish.yml
@@ -8,10 +8,10 @@ jobs:
8
publish:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
13
with:
14
- node-version: 14
+ node-version: 16
15
- run: npm i
16
- run: npm test
17
- run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
.github/workflows/test.yml
@@ -16,9 +16,9 @@ jobs:
node-version: [16.x, 17.x]
18
19
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
22
23
node-version: ${{ matrix.node-version }}
24
0 commit comments