Skip to content

Commit

Permalink
Drop node 12. Closes hapijs#75
Browse files Browse the repository at this point in the history
  • Loading branch information
kanongil committed Oct 16, 2021
1 parent 95a2dc3 commit 13fbe29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-module.yml
Expand Up @@ -12,15 +12,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
node: ['*', '14', '12']
node: ['*', '16', '14']

runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }} node@${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
check-latest: ${{ matrix.node == '*' }}
- name: install
run: npm install
- name: test
Expand Down

0 comments on commit 13fbe29

Please sign in to comment.