Skip to content

Commit 12d2c62

Browse files
committed
Fix github workflow config
1 parent e87b933 commit 12d2c62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: [14.x]
32+
node-version: [16.x]
3333

3434
outputs:
3535
version: ${{ steps.properties.outputs.version }}
@@ -40,6 +40,7 @@ jobs:
4040
# Check out current repository
4141
- name: Fetch Sources
4242
uses: actions/checkout@v4
43+
- name: Update submodules
4344
run: git submodule update --init --recursive
4445

4546
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)