Skip to content

Commit abd7031

Browse files
committedSep 27, 2022
ci(release.yml): set version v3 to actions/setup-node
1 parent 50e4315 commit abd7031

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎.github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
name: Release
2-
on:
2+
"on":
33
push:
44
branches:
55
- master
66
- next
77
- beta
8-
- "*.x" # maintenance releases
9-
8+
- "*.x"
109
jobs:
1110
release:
1211
name: release
1312
runs-on: ubuntu-latest
1413
steps:
15-
- uses: actions/checkout@v3 # tag=v3
16-
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1716
with:
1817
node-version: 16
1918
cache: npm

0 commit comments

Comments
 (0)
Please sign in to comment.