Skip to content

Commit e17bb02

Browse files
committed
update release
1 parent d182fe9 commit e17bb02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
name: 'Bump Version on master'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- name: Set node version and build
15+
uses: actions/setup-node@v4
1516
with:
16-
node-version: 16
17-
registry-url: https://registry.npmjs.org/
17+
always-auth: true
18+
node-version: 18
19+
registry-url: 'https://registry.npmjs.org'
1820
- run: npm ci
1921
- name: 'Automated Version Bump'
2022
id: version-bump

0 commit comments

Comments
 (0)