Skip to content

Commit 03d3bb8

Browse files
chore(deps): bump actions/setup-node from 1 to 4 (#202)
1 parent 9c3bcf9 commit 03d3bb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
${{ runner.os }}-yarn-
2828
2929
- name: Use Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v1
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333

.github/workflows/publish.yml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ runner.os }}-yarn-
2727
2828
- name: Setup Node.js 18.x to publish to npmjs.org
29-
uses: actions/setup-node@v1
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: '18.x'
3232
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)