Skip to content

Commit 0f43bf0

Browse files
committed
chore: Update build pipeline
1 parent 3d58f6f commit 0f43bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: ["12", "14"]
14+
node: ["14", "16"]
1515
name: Node ${{ matrix.node }} build
1616
steps:
1717
- uses: actions/checkout@v2
@@ -29,4 +29,4 @@ jobs:
2929
#- name: Anti-tamper check
3030
# run: git diff --exit-code
3131
container:
32-
image: jsii/superchain
32+
image: jsii/superchain:1-buster-slim

0 commit comments

Comments
 (0)