We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b4bca commit d7abb21Copy full SHA for d7abb21
1 file changed
.github/workflows/test.yml
@@ -22,10 +22,9 @@ jobs:
22
- uses: actions/setup-python@v4
23
with:
24
python-version: "3.10"
25
- # https://github.com/webpack/webpack/issues/14532
26
- uses: actions/setup-node@v3
27
28
- node-version: 16.x
+ node-version: 18.x
29
- name: install build
30
run: python -m pip install build
31
- name: build wheel
@@ -91,9 +90,9 @@ jobs:
91
90
name: ipyvuetify-dist-${{ github.run_number }}
92
93
- name: Install node
94
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
95
96
- node-version: "14.x"
+ node-version: "18.x"
97
registry-url: "https://registry.npmjs.org"
98
99
- name: Install Python
0 commit comments