Skip to content

Commit

Permalink
Update test-and-release.yml / use node 16/18/20
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed May 25, 2023
1 parent 6644f62 commit 5b183ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
# sentry-cli releases set-commits $SENTRY_VERSION --auto

# Add the following line BEFORE finalize if sourcemap uploads are needed
# sentry-cli releases files $SENTRY_VERSION upload-sourcemaps build/
# sentry-cli releases files $SENTRY_VERSION upload-sourcemaps build/

0 comments on commit 5b183ba

Please sign in to comment.