Skip to content

Commit 86d68e6

Browse files
ci(github/workflows): bump actions/setup-node (#15)
1 parent dbf70a1 commit 86d68e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Setup Node.js
8888
if: matrix.runtime == 'node'
89-
uses: actions/setup-node@v4
89+
uses: actions/setup-node@v5
9090
with:
9191
node-version-file: .node-version
9292

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
24+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
2525
with:
2626
node-version: lts/*
2727

0 commit comments

Comments
 (0)