mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
ci: run tests on Node.js 16 instead of Node.js 15
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -7,10 +7,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node:
|
||||
node:
|
||||
- '12.17'
|
||||
- '14'
|
||||
- '15'
|
||||
- '16'
|
||||
platform:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
|
||||
Reference in New Issue
Block a user