Skip to content

Commit

Permalink
Fix Node deprecation and vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmorand committed Feb 4, 2024
1 parent a89c452 commit ab0ba87
Show file tree
Hide file tree
Showing 3 changed files with 3,727 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/my-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
runs-on: ubuntu-latest

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

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- run: npm install

- run: gulp build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: MyPackage
path: dest
Loading

0 comments on commit ab0ba87

Please sign in to comment.