Skip to content

Commit

Permalink
fix: upgrade to node 20 (#839)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

We move from node 18 to 20 mirroring changes across the org

It is also required for [the latest sem release which is used in the
build](https://github.com/supabase/gotrue-js/actions/runs/7580380386/job/20646093342#step:5:10)
  • Loading branch information
J0 committed Jan 19, 2024
1 parent 74c132e commit 3c74318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: ['18']
node: ['20']

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Release / Node ${{ matrix.node }}
strategy:
matrix:
node: ['18']
node: ['20']

runs-on: ubuntu-latest

Expand Down

0 comments on commit 3c74318

Please sign in to comment.