Skip to content

Commit d97644c

Browse files
committed
chore: pin node version in ci
1 parent ea58139 commit d97644c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ jobs:
1818
- run: corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 16
21+
node-version: 18.18.2
2222
cache: pnpm
2323
- run: pnpm install
2424
- run: pnpm lint
2525
- run: pnpm build
2626
- run: pnpm typecheck
2727
- name: Release Edge
28-
if: |
29-
github.event_name == 'push' &&
30-
!contains(github.event.head_commit.message, '[skip-release]')
28+
if: github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip-release]')
3129
run: ./scripts/release-edge.sh
3230
env:
3331
NPM_CONFIG_PROVENANCE: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 16.x
21+
node-version: 18.18.2
2222

2323
- run: npx changelogithub
2424
env:

0 commit comments

Comments
 (0)