Skip to content

Commit 5588ec3

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 7601ed3 commit 5588ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: bahmutov/npm-install@v1
1414
- name: Use Node.js to test and build
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v6
1616
with:
1717
node-version: '10.24.1'
1818
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: bahmutov/npm-install@v1
1111
- name: Use Node.js to test and build
12-
uses: actions/setup-node@v2
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: '10.24.1'
1515
- name: Install dependencies

0 commit comments

Comments
 (0)