Skip to content

Commit b879a1a

Browse files
committed
Use Node.js 16 on CI
1 parent bd1e9e0 commit b879a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ env:
66
FORCE_COLOR: 2
77
jobs:
88
full:
9-
name: Node.js 15 Full
9+
name: Node.js 16 Full
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v2
1414
- name: Install Node.js
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 15
17+
node-version: 16
1818
- name: Install pnpm
1919
run: yarn global add pnpm
2020
- name: Install dependencies

0 commit comments

Comments
 (0)