Skip to content

Commit

Permalink
Update for newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nibbles83 committed Aug 15, 2024
1 parent 7c485b6 commit d41269f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
node-version: [16.x]

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

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build
run: yarn run build
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: |
Expand Down

0 comments on commit d41269f

Please sign in to comment.