Skip to content

Commit 3edd175

Browse files
committed
chore: upgrade workflow node versions
1 parent 14391a5 commit 3edd175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Use Node.js
99
uses: actions/setup-node@v3
1010
with:
11-
node-version: '18.x'
11+
node-version: '20.x'
1212
- name: Install modules
1313
run: yarn
1414
- name: Run ESLint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '18.x'
13+
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn
1616
- run: yarn build

0 commit comments

Comments
 (0)