Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
[ci/publish] Use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 18, 2023
1 parent 4669736 commit 60185db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Node.js 19
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 19.x
node-version: 20.x

- name: Setup Yarn and node-modules cache
id: yarn-cache
Expand Down

0 comments on commit 60185db

Please sign in to comment.