We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fc167c + 819b6fc commit 90a559aCopy full SHA for 90a559a
1 file changed
.github/workflows/build_publish.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Setup node
71
uses: actions/setup-node@v4
72
with:
73
- node-version: 18.x
+ node-version: latest
74
registry-url: https://registry.npmjs.org/
75
- name: Install dependencies
76
run: npm install
0 commit comments