Skip to content

Commit

Permalink
Merge pull request #39 from mcm1957/main
Browse files Browse the repository at this point in the history
Update node testmatrix
  • Loading branch information
dan1-de committed Aug 18, 2023
2 parents 2911c5a + 381b11f commit bea1fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
@@ -1,7 +1,7 @@
name: Test and Release

# Run this job on all pushes and pull requests
# as well as tags with a semantic version
# as well as tags with a semantic version
on:
push:
branches:
Expand All @@ -22,7 +22,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]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

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

0 comments on commit bea1fef

Please sign in to comment.