We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dfcfd commit 00bb797Copy full SHA for 00bb797
.github/workflows/make-template.yml
@@ -21,9 +21,9 @@ jobs:
21
rm -rf upload/.git upload/README.md upload/pnpm-lock.yaml upload/src/doc upload/.github/workflows/make-template.yml
22
23
- name: Install Node.js
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
with:
26
- node-version: 18
+ node-version: lts/*
27
28
- name: Setup pnpm
29
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -39,9 +39,9 @@ jobs:
39
uses: actions/checkout@v4
40
41
42
43
44
45
46
47
0 commit comments