Skip to content

Commit c788342

Browse files
committed
Bump tests to node 20.x or higher
1 parent 138ce66 commit c788342

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Get Node.js
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v4
1414
with:
15-
node-version: '12.x'
15+
node-version: '>=20.x'
16+
check-latest: true
1617
- run: npm install
1718
- run: npm run updatedb license_key=${{ secrets.MAXMIND_LICENSE_KEY }}
1819
- run: npm test

0 commit comments

Comments
 (0)