Skip to content

Commit

Permalink
fix: upgrade CI to use supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Aug 31, 2022
1 parent 557fe41 commit f7fc41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14, 16, 18, latest]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Check cache node_modules
Expand Down

0 comments on commit f7fc41b

Please sign in to comment.