Skip to content

Commit 1a6e386

Browse files
Merge pull request #226 from GetUsernameFromDatabase/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents 1062579 + efa03b7 commit 1a6e386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v18
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: 18
2222
cache: yarn
@@ -35,7 +35,7 @@ jobs:
3535
- name: Add problem matcher
3636
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3737
- name: Use Node.js v18
38-
uses: actions/setup-node@v3
38+
uses: actions/setup-node@v4
3939
with:
4040
node-version: 18
4141
cache: yarn

0 commit comments

Comments
 (0)