Skip to content

Commit

Permalink
Updated node
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed Nov 27, 2023
1 parent 3056246 commit a4b9cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x]
node-version: [20.x]
experimental: [false]
include:
- node: 19.x
- node: 21.x
experimental: true
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Get the version
Expand Down

0 comments on commit a4b9cc5

Please sign in to comment.