Skip to content

Commit de2b0c7

Browse files
Node version update
1 parent 9a8292d commit de2b0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: pnpm/action-setup@v2
2020
with:
21-
version: 7
21+
version: 8
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.x
24+
node-version: 18.x
2525
cache: "pnpm"
2626

2727
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)