Skip to content

Commit d9cc6d4

Browse files
authored
Merge pull request #1005 from tuffz/update-github-action
docs(semver): update CI examples to Node.js 20 and actions v4
2 parents ff60094 + 28709e1 commit d9cc6d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ jobs:
390390
release:
391391
runs-on: ubuntu-latest
392392
steps:
393-
- uses: actions/checkout@v3
393+
- uses: actions/checkout@v4
394394
with:
395395
fetch-depth: 0
396396
- name: Use Node.js
397-
uses: actions/setup-node@v3
397+
uses: actions/setup-node@v4
398398
with:
399-
node-version: '16'
399+
node-version: '20'
400400
- name: Setup Git
401401
run: |
402402
git config user.name "GitHub Bot"
@@ -429,7 +429,7 @@ release:
429429
- if: $CI_COMMIT_BRANCH == "master"
430430
when: manual
431431
stage: release
432-
image: node:16.13.2
432+
image: node:20.19.3
433433
before_script:
434434
- git config --global user.name "GitLab Bot"
435435
- git config --global user.email "gituser@example.com"

0 commit comments

Comments
 (0)