Skip to content

Commit 5f2bc2d

Browse files
authored
Merge pull request #73 from pinanks/fix-ci
Fix CI
2 parents 7dc22f0 + f666a3e commit 5f2bc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '16'
18+
node-version: '18'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install pnpm

0 commit comments

Comments
 (0)