Skip to content

Commit d7abb21

Browse files
build: use latest node LTS version
1 parent a0b4bca commit d7abb21

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
- uses: actions/setup-python@v4
2323
with:
2424
python-version: "3.10"
25-
# https://github.com/webpack/webpack/issues/14532
2625
- uses: actions/setup-node@v3
2726
with:
28-
node-version: 16.x
27+
node-version: 18.x
2928
- name: install build
3029
run: python -m pip install build
3130
- name: build wheel
@@ -91,9 +90,9 @@ jobs:
9190
name: ipyvuetify-dist-${{ github.run_number }}
9291

9392
- name: Install node
94-
uses: actions/setup-node@v1
93+
uses: actions/setup-node@v3
9594
with:
96-
node-version: "14.x"
95+
node-version: "18.x"
9796
registry-url: "https://registry.npmjs.org"
9897

9998
- name: Install Python

0 commit comments

Comments
 (0)