Skip to content

Commit c122c2f

Browse files
committed
Update publish.yml node version
1 parent 6515e62 commit c122c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '16'
19+
node-version: '18'
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: npm ci
2222
- run: npm run build

0 commit comments

Comments
 (0)