Skip to content

Commit 29b7eab

Browse files
committed
ci(release.yml): set version v3 to actions/setup-node
1 parent 6fdfd21 commit 29b7eab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
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 release branches, e.g. v1.x
9-
8+
- "*.x"
109
jobs:
1110
release:
1211
name: release
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
15+
- uses: actions/setup-node@v3
1716
with:
1817
node-version: 16
1918
cache: npm

0 commit comments

Comments
 (0)