Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jan 18, 2025
1 parent d8a3941 commit 3ff2e2a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
runs-on: ubuntu-latest

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

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
uses: actions/setup-node@v4

- name: Build web app
run: |
Expand All @@ -38,7 +36,7 @@ jobs:
npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./puck-ntag215-manager/dist/

Expand Down

0 comments on commit 3ff2e2a

Please sign in to comment.