Skip to content

Commit

Permalink
ci: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Feb 11, 2024
1 parent 1e8cfa5 commit 27e9703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27e9703

Please sign in to comment.