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 a1a87bc commit 0fb88a0Copy full SHA for 0fb88a0
.github/workflows/version-bump.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: "16"
+ node-version: "20"
17
- name: Install dependancies
18
run: yarn install
19
- name: Build source code
0 commit comments