Skip to content

Commit 1e13ef9

Browse files
Use setup-node@v3
1 parent bb9f45f commit 1e13ef9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Common NPM module CI
1+
name: Docusaurus NPM release
22

33
on:
44
push:
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Setup Node.js
15-
uses: actions/setup-node@master
15+
uses: actions/setup-node@v3
1616
with:
17-
node-version: '18.12'
18-
17+
node-version: 18
18+
1919
- uses: actions/checkout@v2
2020
with:
2121
persist-credentials: false

0 commit comments

Comments
 (0)