Skip to content

Commit

Permalink
⬆️ Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenKn committed Jan 8, 2024
1 parent 1460fb1 commit 7da9666
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v1
- 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 @@ -33,7 +33,7 @@ jobs:
run: npm run build

- name: Stash dist
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: dist ${{matrix.node-version}}
path: dist/
Expand All @@ -48,9 +48,9 @@ jobs:
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v1
- 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 Down Expand Up @@ -79,9 +79,9 @@ jobs:
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 7da9666

Please sign in to comment.