Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore: Use Node v16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 28, 2022
1 parent 58b522a commit c14ad28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x]
node-version: [16.x]
steps:
- name: 'Checkout repository'
uses: actions/checkout@v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependencies.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x]
node-version: [16.x]
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Checkout repository'
Expand Down

0 comments on commit c14ad28

Please sign in to comment.