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.
2 parents ff60094 + 28709e1 commit d9cc6d4Copy full SHA for d9cc6d4
README.md
@@ -390,13 +390,13 @@ jobs:
390
release:
391
runs-on: ubuntu-latest
392
steps:
393
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
394
with:
395
fetch-depth: 0
396
- name: Use Node.js
397
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
398
399
- node-version: '16'
+ node-version: '20'
400
- name: Setup Git
401
run: |
402
git config user.name "GitHub Bot"
@@ -429,7 +429,7 @@ release:
429
- if: $CI_COMMIT_BRANCH == "master"
430
when: manual
431
stage: release
432
- image: node:16.13.2
+ image: node:20.19.3
433
before_script:
434
- git config --global user.name "GitLab Bot"
435
- git config --global user.email "gituser@example.com"
0 commit comments