Skip to content

Commit

Permalink
ci.yml GH action: update to v4 and remove uploading artifacts (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Jul 2, 2024
1 parent 9f15b93 commit 1bc9117
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
target-folder: drop

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "20"

Expand All @@ -34,15 +34,3 @@ jobs:

- name: test
run: npm test

- name: pack
run: npm pack

- name: Copy Files to target-folder
run: mkdir -p ${{ matrix.target-folder }} && cp *.tgz ${{ matrix.target-folder }}

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target-folder }}
path: ${{ matrix.target-folder }}

0 comments on commit 1bc9117

Please sign in to comment.