Skip to content

Commit

Permalink
ci: update to latest node lts (#44)
Browse files Browse the repository at this point in the history
ci: update to latest node lts

fixes #43
  • Loading branch information
puria authored Feb 1, 2024
1 parent 7aad694 commit 9ec0a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -58,9 +58,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down

0 comments on commit 9ec0a29

Please sign in to comment.