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 b88d1f0 commit d2a10c3Copy full SHA for d2a10c3
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node
28
uses: actions/setup-node@v3
29
with:
30
- node-version: '16.x'
+ node-version: '18.x'
31
32
- name: Install packages
33
run: |
0 commit comments