Skip to content

Commit 22525c1

Browse files
Bump actions/setup-node from 4.0.4 to 4.1.0 (#109)
1 parent b227913 commit 22525c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/[email protected]
1919
- name: Setup Node.js
20-
uses: actions/setup-node@v4.0.4
20+
uses: actions/setup-node@v4.1.0
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: npm install, build, and test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/[email protected]
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v4.0.4
16+
uses: actions/setup-node@v4.1.0
1717
with:
1818
node-version: 20.x
1919
- name: Build

0 commit comments

Comments
 (0)