Skip to content

Commit

Permalink
Upgrade Node.js version on GitHub Actions and Netlify to 20.x from 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Aug 11, 2023
1 parent bca654c commit 9e927fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
node-version: [ 18.x ]
node-version: [ 20.x ]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.*
20.*

0 comments on commit 9e927fb

Please sign in to comment.