Skip to content

Commit

Permalink
ci(workflows): support node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Jun 7, 2021
1 parent 862dce7 commit 2cba448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint-source:
strategy:
matrix:
node-version: [12, 14, 15]
node-version: [12, 14, 15, 16]
runs-on: ubuntu-latest
container: boringcodes/dev-runner:node-${{matrix.node-version}}-alpine
name: With Node.js ${{matrix.node-version}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
container: boringcodes/dev-runner:node-15-alpine
name: With Node.js 15
container: boringcodes/dev-runner:node-16-alpine
name: With Node.js 16
steps:
- name: Checkout source
uses: actions/checkout@v2
Expand Down

0 comments on commit 2cba448

Please sign in to comment.