Skip to content

Commit

Permalink
Remove node 12 and 17 and add 18
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Jun 6, 2022
1 parent 2416486 commit ebe7524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["12.x", "14.x", "16.x", "17.x"]
node: ["14.x", "16.x", "18.x"]
runner: ["windows-latest", "ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["12", "14", "16", "17"]
node: ["14", "16", "18"]
steps:
- uses: actions/checkout@v2
- uses: uraimo/[email protected]
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 17.x
node-version: 18.x
registry-url: "https://registry.npmjs.org"
- run: npm publish
env:
Expand Down

0 comments on commit ebe7524

Please sign in to comment.