Skip to content

Commit

Permalink
chore: update nodejs version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoonover committed Jan 4, 2025
1 parent e62542c commit 93e1f05
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm test
latest:
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -103,7 +103,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -126,7 +126,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -149,7 +149,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -172,7 +172,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -195,7 +195,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -218,7 +218,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand All @@ -241,7 +241,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: ${{ !env.ACT && 'pnpm' || '' }}
node-version: "16.x"
node-version: "22.x"
- run: pnpm install --frozen-lockfile
- run: pnpm package
- uses: ./
Expand Down

0 comments on commit 93e1f05

Please sign in to comment.