Skip to content

Commit

Permalink
chore(gh-actions): add node 16 (#839)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Étienne Lord
  • Loading branch information
pelord authored Oct 24, 2022
1 parent dcdc539 commit b6365b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onPush.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [14.x, 16.x]

steps:
- name: The branch or tag ref that triggered the workflow run.
Expand Down

0 comments on commit b6365b8

Please sign in to comment.