Skip to content

Commit

Permalink
ci(project): upgrade to latest nodejs (#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 12, 2021
1 parent f2939ae commit d819ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14', '16.8']
node-version: ['14', '16']
include:
- node-version: '14'
node-name: 'LTS'
- node-version: '16.8'
- node-version: '16'
node-name: 'Latest'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d819ef1

Please sign in to comment.