Skip to content

Commit a9bad20

Browse files
chore: updated publish script to run with node 18 (#146)
1 parent a73fc0e commit a9bad20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
git config --global user.email "${{ github.event.pusher.email }}"
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_REPO_TOKEN }}
25-
- name: Use Node.js 16
25+
- name: Use Node.js 18
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '16'
28+
node-version: '18'
2929
cache: 'npm'
3030

3131
- name: Install

0 commit comments

Comments
 (0)