File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,14 @@ jobs:
18
18
- run : corepack enable
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 16
21
+ node-version : 18.18.2
22
22
cache : pnpm
23
23
- run : pnpm install
24
24
- run : pnpm lint
25
25
- run : pnpm build
26
26
- run : pnpm typecheck
27
27
- 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]')
31
29
run : ./scripts/release-edge.sh
32
30
env :
33
31
NPM_CONFIG_PROVENANCE : true
Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 16.x
21
+ node-version : 18.18.2
22
22
23
23
- run : npx changelogithub
24
24
env :
You can’t perform that action at this time.
0 commit comments