Skip to content

Commit

Permalink
ci: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 2, 2024
1 parent c9d6263 commit f0a082f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set node
uses: actions/setup-node@v3
- name: Set node LTS ✨
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: lts/*

- name: Setup PNPM
uses: pnpm/action-setup@v2.4.0
with:
version: 8.7.4
uses: pnpm/action-setup@4

- name: Install
run: pnpm i
Expand Down

0 comments on commit f0a082f

Please sign in to comment.