Skip to content

Commit

Permalink
ci: upgrade node to 18 (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudongyuer committed Nov 9, 2022
1 parent 4229c3a commit 3d081cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18
cache: pnpm

- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit 3d081cc

Please sign in to comment.