Skip to content

Commit 46c5e6f

Browse files
committed
ci(workflows): support node 16
1 parent cae8cb4 commit 46c5e6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-source.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint-source:
77
strategy:
88
matrix:
9-
node-version: [12, 14, 15]
9+
node-version: [12, 14, 15, 16]
1010
runs-on: ubuntu-latest
1111
container: boringcodes/dev-runner:node-${{matrix.node-version}}-alpine
1212
name: With Node.js ${{matrix.node-version}}

.github/workflows/publish-npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
jobs:
99
publish-npm:
1010
runs-on: ubuntu-latest
11-
container: boringcodes/dev-runner:node-15-alpine
12-
name: With Node.js 15
11+
container: boringcodes/dev-runner:node-16-alpine
12+
name: With Node.js 16
1313
steps:
1414
- name: Checkout source
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)