Skip to content

Commit

Permalink
CI: upgrade actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 11, 2023
1 parent c5a5f0f commit 6dce5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodejs_version }}
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 6dce5e8

Please sign in to comment.