Skip to content

Commit

Permalink
Merge pull request #2 from AlfieBrooks/bump-node
Browse files Browse the repository at this point in the history
chore: security fixes
  • Loading branch information
AlfieBrooks authored Oct 10, 2024
2 parents d49d558 + 4c66bc2 commit 429e6d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x

# PreInstall
- name: add gulp, codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ncu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "20.x"
- name: Update dependencies
run: |
npx -p npm-check-updates ncu -u
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x

# PreInstall
- name: add gulp, codecov
Expand Down

0 comments on commit 429e6d1

Please sign in to comment.