Skip to content

Commit 3752319

Browse files
committed
ci(publish-latest): update node v3 and checkout v3
1 parent 7b31ad6 commit 3752319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 14
15+
node-version: 18
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm ci
1818
- run: npm run ci:test

0 commit comments

Comments
 (0)