Skip to content

Commit

Permalink
fix(publish): 馃挌 specify node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Apr 19, 2023
1 parent f4e872b commit 666e81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: latest
node-version: 19.9.0
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm
Expand Down

0 comments on commit 666e81a

Please sign in to comment.