@@ -14,13 +14,13 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [windows-2019, macos-10.15, ubuntu-18.04]
17- node : [12, 14, 16, 17]
17+ node : [14, 16, 17]
1818 steps :
1919 - uses : actions/checkout@v2
2020 - uses : actions/setup-node@master
2121 with :
2222 node-version : ${{ matrix.node }}
23- - run : npm i -g pnpm@^6
23+ - run : npm i -g pnpm@^7
2424 - run : pnpm i --frozen-lockfile
2525 env :
2626 npm_config_build_from_source : true
@@ -37,13 +37,13 @@ jobs:
3737 strategy :
3838 matrix :
3939 os : [windows-2019, macos-10.15, ubuntu-20.04]
40- node : [18]
40+ node : [18, 19 ]
4141 steps :
4242 - uses : actions/checkout@v2
4343 - uses : actions/setup-node@master
4444 with :
4545 node-version : ${{ matrix.node }}
46- - run : npm i -g pnpm@^6
46+ - run : npm i -g pnpm@^7
4747 - run : pnpm i --frozen-lockfile
4848 env :
4949 npm_config_build_from_source : true
@@ -59,15 +59,15 @@ jobs:
5959 runs-on : ubuntu-18.04
6060 strategy :
6161 matrix :
62- node : [12, 14, 16, 17, 18]
62+ node : [14, 16, 17, 18, 19 ]
6363 fail-fast : true
6464 container :
6565 image : node:${{ matrix.node }}-alpine
6666 steps :
6767 - uses : actions/checkout@v2
6868 - run : |
6969 apk add --no-cache python3 make g++
70- - run : npm i -g pnpm@^6
70+ - run : npm i -g pnpm@^7
7171 - run : pnpm i --frozen-lockfile
7272 env :
7373 npm_config_build_from_source : true
0 commit comments