We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cbd5eb + 3d92d6a commit e2dbaf9Copy full SHA for e2dbaf9
1 file changed
.github/workflows/release.yml
@@ -9,19 +9,19 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
- name: Setup Node.js
16
- uses: actions/setup-node@v3.7.0
+ uses: actions/setup-node@v4
17
18
- node-version: "18.x"
+ node-version: "22.x"
19
- name: Installing dependencies
20
run: npm install
21
- name: Build
22
run: npm run prepack
23
- name: Upload dist
24
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4
25
26
name: dist
27
path: dist
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Download dist
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
47
48
0 commit comments