Skip to content

Commit

Permalink
build: update ci workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Dec 24, 2024
1 parent 3c1fa1b commit 0e4df0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 8
run_install: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.1
v20.11.1

0 comments on commit 0e4df0b

Please sign in to comment.