We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73fc0e commit a9bad20Copy full SHA for a9bad20
1 file changed
.github/workflows/publish.yaml
@@ -22,10 +22,10 @@ jobs:
22
git config --global user.email "${{ github.event.pusher.email }}"
23
env:
24
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_REPO_TOKEN }}
25
- - name: Use Node.js 16
+ - name: Use Node.js 18
26
uses: actions/setup-node@v3
27
with:
28
- node-version: '16'
+ node-version: '18'
29
cache: 'npm'
30
31
- name: Install
0 commit comments