Skip to content

Bump tests to node 20.x or higher #64

Bump tests to node 20.x or higher

Bump tests to node 20.x or higher #64

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get Node.js
uses: actions/setup-node@v4
with:
node-version: '>=20.x'
check-latest: true
- run: npm install
- run: npm run updatedb license_key=${{ secrets.MAXMIND_LICENSE_KEY }}
- run: npm test