Skip to content

Commit a26dc1b

Browse files
authored
Merge pull request #1743 from maxmind/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 1bcbf93 + d45aec1 commit a26dc1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
with:
1414
persist-credentials: false
15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v5
1616
with:
1717
node-version: 20
1818
- name: Check that package-lock.json is valid JSON

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
persist-credentials: false
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@v5
1919
with:
2020
node-version: ${{ matrix.version }}
2121
- run: npm ci

0 commit comments

Comments
 (0)