Skip to content

Commit e56c841

Browse files
chore(deps): update actions/setup-node action to v6 (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14d8028 commit e56c841

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.event.inputs.branch }}
3131
path: plugins/snt_malaria
3232
- name: Use node.js 22
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: '22.21.1'
3636
cache: npm

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
SLACK_FOOTER: ${{ format('<https://github.com/{0}/commit/{1}/checks|🔗{2} logs> | <https://github.com/{0}/commit/{1}/checks|🔗 Commit {1}>', github.repository, github.sha, github.job) }}
8282
MSG_MINIMAL: true
8383
- name: Use node.js 20
84-
uses: actions/setup-node@v2
84+
uses: actions/setup-node@v6
8585
with:
8686
node-version: '20.13.1'
8787
- name: upgrade npm

0 commit comments

Comments
 (0)