Skip to content

Commit f3c7b07

Browse files
authored
Merge pull request #38 from pinanks/fix-gh-workflow
Upgrade node version to 18 in workflow
2 parents 184e5b7 + cfe1b69 commit f3c7b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-js.yaml

Lines changed: 1 addition & 1 deletion
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)