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 42ff8fd commit 33a48ecCopy full SHA for 33a48ec
.github/workflows/release.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
ref: ${{ github.event.release.target_commitish }}
16
- name: Use Node.js 12
17
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
18
19
- node-version: 12
+ node-version: 18
20
registry-url: https://registry.npmjs.org/
21
- run: npm ci --verbose
22
- run: git config --global user.name "GitHub CD bot"
0 commit comments