We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci.yml
1 parent 9f15b93 commit 1bc9117Copy full SHA for 1bc9117
.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
17
target-folder: drop
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
22
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
23
with:
24
node-version: "20"
25
@@ -34,15 +34,3 @@ jobs:
34
35
- name: test
36
run: npm test
37
-
38
- - name: pack
39
- run: npm pack
40
41
- - name: Copy Files to target-folder
42
- run: mkdir -p ${{ matrix.target-folder }} && cp *.tgz ${{ matrix.target-folder }}
43
44
- - name: Upload Artifact
45
- uses: actions/upload-artifact@v2
46
- with:
47
- name: ${{ matrix.target-folder }}
48
- path: ${{ matrix.target-folder }}
0 commit comments