We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d182fe9 commit e17bb02Copy full SHA for e17bb02
.github/workflows/release.yml
@@ -10,11 +10,13 @@ jobs:
10
name: 'Bump Version on master'
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - name: Set node version and build
15
+ uses: actions/setup-node@v4
16
with:
- node-version: 16
17
- registry-url: https://registry.npmjs.org/
+ always-auth: true
18
+ node-version: 18
19
+ registry-url: 'https://registry.npmjs.org'
20
- run: npm ci
21
- name: 'Automated Version Bump'
22
id: version-bump
0 commit comments