Skip to content

Commit

Permalink
Remove Node.js 16 from CI (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Sep 25, 2023
1 parent b0dfec9 commit aae9224
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit aae9224

Please sign in to comment.