Skip to content

Commit

Permalink
Bump node version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Oct 29, 2024
1 parent 350f2eb commit 60669f6
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [20]
react-version: [18]

steps:
Expand All @@ -15,7 +15,7 @@ jobs:
uses: prezly/setup-github-actions@v1
with:
node: ${{ matrix.node-version }}
pnpm: "8.4.0"
pnpm: "9.4.0"

- name: Set React ${{ matrix.react-version }}
uses: prezly/pnpm-overrides-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20

0 comments on commit 60669f6

Please sign in to comment.