Skip to content

Commit b7ffb36

Browse files
authored
Merge pull request #241 from com-pas/dependabot/github_actions/actions/setup-node-3
chore(deps): bump actions/setup-node from 1 to 3
2 parents 589c2f8 + 6eccac7 commit b7ffb36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/[email protected]
1010

1111
- name: Use Node.js 18.x
12-
uses: actions/setup-node@v1
12+
uses: actions/setup-node@v3
1313
with:
1414
node-version: '18.x'
1515

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Use Node.js 18.x
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v3
1616
with:
1717
node-version: '18.x'
1818

0 commit comments

Comments
 (0)