Skip to content

Commit

Permalink
ci: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed May 25, 2024
1 parent b829b03 commit 11f4f68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
ignoreDeps: [
"generouted", // testing lib shipping JSX (new version ship transpiled JS)
"prettier", // waiting for stable choice on ternaries
"@types/node", // https://github.com/paulmillr/chokidar/issues/1299
],
}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- run: pnpm install --frozen-lockfile --prefer-offline
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
Expand Down

0 comments on commit 11f4f68

Please sign in to comment.