Skip to content

Commit

Permalink
Merge pull request #871 from getjerry/fix-publish-node-version
Browse files Browse the repository at this point in the history
fix(publish): update publish workflow node to v20
  • Loading branch information
liquidautumn authored Feb 15, 2024
2 parents 3f7cece + 9340d3d commit fcc317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: install nodejs
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: install dependencies
run: yarn install --production false --frozen-lockfile --ignore-engines
Expand Down

0 comments on commit fcc317d

Please sign in to comment.