Skip to content

Commit

Permalink
ci: Support Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonAlling committed Aug 1, 2024
1 parent d05e497 commit e1821f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16.20.2]
node-version: [16.20.2, 18.20.4]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16.20.2]
node-version: [16.20.2, 18.20.4]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
ownerSlashName: SimonAlling/userscripter
refInRepo: ${{ github.sha }} # The purpose here, unlike in the `bootstrap` job, _is_ to check how any changes to the library/package might affect the bootstrapped userscript.
pathInRepo: bootstrap/
node-version: [16.20.2]
node-version: [16.20.2, 18.20.4]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e1821f5

Please sign in to comment.