Skip to content

Commit db3bd73

Browse files
renovate[bot]openscript
authored andcommitted
chore(deps): update actions/setup-node action to v4
1 parent 15246f6 commit db3bd73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: '0'
1717

1818
- name: Configure node for npmjs.org as registry
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: '20.x'
2222
registry-url: 'https://registry.npmjs.org'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Use Node ${{ matrix.node }}
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node }}
2222
cache: npm

0 commit comments

Comments
 (0)