Skip to content

Commit 155a518

Browse files
committed
Update GitHub Actions
1 parent 8a6884e commit 155a518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: '16.x'
22+
node-version: '20.x'
2323
registry-url: 'https://registry.npmjs.org'
2424
- run: npm ci
2525

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242
- uses: actions/setup-node@v3
4343
with:
44-
node-version: '16.x'
44+
node-version: '20.x'
4545
registry-url: 'https://registry.npmjs.org'
4646
- run: npm ci
4747
- name: Publish on npm.js

0 commit comments

Comments
 (0)