Skip to content

Commit

Permalink
chore(ci): replaces node 18 with node 19 in environments to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Nov 6, 2022
1 parent 8f9854d commit f0cb660
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
NODE_LATEST: 18.x
NODE_LATEST: 19.x
PLATFORM: ubuntu-latest
CI: true

Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 19.x]
platform: [ubuntu-latest]
runs-on: ${{matrix.platform}}
steps:
Expand Down Expand Up @@ -80,9 +80,7 @@ jobs:
- run: npm test

check-berry-integration:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit f0cb660

Please sign in to comment.