Skip to content

Commit

Permalink
Remove NodeJS 17 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Sep 22, 2022
1 parent fdfc209 commit 098ddfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14, 16, 17, 18]
node-version: [14, 16, 18]
container:
image: node:${{ matrix.node-version }}-alpine
steps:
Expand Down

0 comments on commit 098ddfa

Please sign in to comment.