We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87b933 commit 12d2c62Copy full SHA for 12d2c62
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
strategy:
31
matrix:
32
- node-version: [14.x]
+ node-version: [16.x]
33
34
outputs:
35
version: ${{ steps.properties.outputs.version }}
@@ -40,6 +40,7 @@ jobs:
40
# Check out current repository
41
- name: Fetch Sources
42
uses: actions/checkout@v4
43
+ - name: Update submodules
44
run: git submodule update --init --recursive
45
46
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments