Skip to content

Commit

Permalink
Merge pull request #814 from supabase/j0/bump_node_version
Browse files Browse the repository at this point in the history
feat: bump node version to 18
  • Loading branch information
J0 committed Jul 24, 2023
2 parents ce46e69 + de342cb commit c4c758f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: ['16']
node: ['18']

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

Expand Down
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: ['16']
node: ['18']

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: ['16']
node: ['18']

runs-on: ubuntu-latest

Expand Down

0 comments on commit c4c758f

Please sign in to comment.