Skip to content

Commit 098c8a9

Browse files
committed
ci(workflows): support node 16
1 parent 13acf94 commit 098c8a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-source.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)