Skip to content

Commit b3c2e8e

Browse files
author
Andrew Smith
authored
Update GitHub workflow (supabase-community#211)
* Bump node version and pnpm version * Update lock file
1 parent da4efa6 commit b3c2e8e

File tree

2 files changed

+1168
-1172
lines changed

2 files changed

+1168
-1172
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release / Node ${{ matrix.node }}
1212
strategy:
1313
matrix:
14-
node: ['16']
14+
node: ['18']
1515

1616
runs-on: ubuntu-latest
1717

@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: pnpm/[email protected]
2222
with:
23-
version: 8.1.0
23+
version: 8.7.0
2424

2525
- name: Set up Node
2626
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)