Skip to content

Commit

Permalink
Merge pull request #81 from neonidian/dependabot/actions/setupnode-4
Browse files Browse the repository at this point in the history
Bump actions/setup-node from 3 to 4
  • Loading branch information
neonidian committed Feb 19, 2024
2 parents 1637694 + 12f99c4 commit 44ea64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4

with:
node-version: '16'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
Expand Down

0 comments on commit 44ea64e

Please sign in to comment.