Skip to content

Commit ed26e6a

Browse files
committed
Use Node20 for building
1 parent bafa4d8 commit ed26e6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.event.release.tag_name }}
15-
- name: Use node.js 16.x
16-
uses: actions/setup-node@v3
15+
- name: Use node.js 20.x
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 20
1919
- name: NPM Install
2020
run: npm ci
2121
- name: Check Format

0 commit comments

Comments
 (0)