We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1e9e0 commit b879a1aCopy full SHA for b879a1a
1 file changed
.github/workflows/test.yml
@@ -6,15 +6,15 @@ env:
6
FORCE_COLOR: 2
7
jobs:
8
full:
9
- name: Node.js 15 Full
+ name: Node.js 16 Full
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout the repository
13
uses: actions/checkout@v2
14
- name: Install Node.js
15
uses: actions/setup-node@v2
16
with:
17
- node-version: 15
+ node-version: 16
18
- name: Install pnpm
19
run: yarn global add pnpm
20
- name: Install dependencies
0 commit comments