Skip to content

Commit

Permalink
Merge pull request #522 from ericblade/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
ericblade authored Nov 22, 2023
2 parents 08ca8ec + bcec6b4 commit 4d7a1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm versions
Expand Down

0 comments on commit 4d7a1e8

Please sign in to comment.