Skip to content

Commit bcf5433

Browse files
committed
Updated actions/setup-node@v4 / node-version: 20
1 parent 174a53b commit bcf5433

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Set up Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 'lts/20'
19+
node-version: 20
2020

2121
- name: Install dependencies
2222
run: yarn install --frozen-lockfile

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Set up Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 'lts/20'
19+
node-version: 20
2020

2121
- name: Set up NPM auth
2222
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

0 commit comments

Comments
 (0)