Skip to content

Commit 6185746

Browse files
chore(deps): update actions/setup-node action to v4 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62f5c86 commit 6185746

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
# Setup .npmrc file to publish to GitHub Packages
14-
- uses: actions/setup-node@v1
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: "20.x"
1717
# Defaults to the user or organization that owns the workflow file

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v1
11+
- uses: actions/setup-node@v4
1212
with:
1313
node-version: "20.x"
1414
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)