Skip to content

Commit 18fb1a5

Browse files
committed
ci: use node 18
1 parent 8446000 commit 18fb1a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm_release_cli.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
19+
20+
- uses: actions/setup-node@v3
21+
with:
22+
node-version: 18
2023

2124
- name: Setup
2225
run: npm i --ignore-scripts --legacy-peer-deps --no-package-lock

0 commit comments

Comments
 (0)