Skip to content

Commit 7977d76

Browse files
authored
Merge pull request supabase#953 from shawshankkumar/master
chore: update node version in ci
2 parents ef58909 + b83c646 commit 7977d76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
node: ['18']
27+
node: ['20']
2828

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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node: ['18']
15+
node: ['20']
1616

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Release / Node ${{ matrix.node }}
1414
strategy:
1515
matrix:
16-
node: ['18']
16+
node: ['20']
1717

1818
runs-on: ubuntu-latest
1919

0 commit comments

Comments
 (0)