Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen authored Oct 24, 2023
1 parent 9306f02 commit 520461c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: https://registry.npmjs.com/

- name: Setup pnpm
Expand Down

0 comments on commit 520461c

Please sign in to comment.