Skip to content

Commit

Permalink
Use Node.js 16 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 17, 2021
1 parent da16388 commit ab60e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -6,15 +6,15 @@ env:
FORCE_COLOR: 2
jobs:
full:
name: Node.js 15 Full
name: Node.js 16 Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 15
node-version: 16
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run tests
Expand Down

0 comments on commit ab60e0d

Please sign in to comment.