Skip to content

Commit

Permalink
chore: node version up (#67)
Browse files Browse the repository at this point in the history
* chore: node version up

* chore: migrate to commit hash
  • Loading branch information
wattanx authored Aug 23, 2024
1 parent 9af6dd2 commit 3ed30e0
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 @@ -15,12 +15,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ matrix.node }}
cache: "pnpm"
Expand Down

0 comments on commit 3ed30e0

Please sign in to comment.