We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36aa3f commit 0de2c57Copy full SHA for 0de2c57
1 file changed
.github/workflows/build-test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Node.js environment
32
uses: actions/setup-node@v3
33
with:
34
- node-version: 16
+ node-version: 18
35
- name: install node modules
36
working-directory: ./
37
run: npm install --ignore-scripts
0 commit comments