Skip to content

Commit e80a3a6

Browse files
authored
Merge pull request #462 from icelam/dependabot/github_actions/develop/actions/setup-node-4
ci: bump actions/setup-node from 3 to 4
2 parents 720b3d4 + dd0f5f6 commit e80a3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repo
2525
uses: actions/checkout@v4
2626
- name: Setup Node.js version ${{ matrix.node-version }}
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
- name: Get yarn cache directory path

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
1515
- name: Setup Node.js version
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version-file: '.nvmrc'
1919

0 commit comments

Comments
 (0)