Skip to content

Commit 08f797b

Browse files
committed
Upgrade Node.js version to 20 in workflow
Update the GitHub Actions npm-publish workflow to use Node.js 20 by changing the actions/setup-node node-version from 18 to 20. Ensures CI publishes and installs run on Node 20.
1 parent fe310dd commit 08f797b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-node@v3
1515
with:
1616
always-auth: true
17-
node-version: 18
17+
node-version: 20
1818
cache: 'yarn'
1919
registry-url: 'https://registry.npmjs.org/'
2020
- name: Install dependencies

0 commit comments

Comments
 (0)