Skip to content

Commit eddecc6

Browse files
Merge pull request #595 from mit-dormcon/dependabot/github_actions/actions/setup-node-6
2 parents aa60e68 + 299d674 commit eddecc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-node@v5
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 20
2222
cache: yarn

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-node@v5
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 20
2222
cache: yarn

0 commit comments

Comments
 (0)