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 36094be commit 442cfa2Copy full SHA for 442cfa2
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
test:
4
docker:
5
- - image: circleci/node:14
+ - image: circleci/node:16
6
steps:
7
- checkout
8
- run: npm install
.github/workflows/foo-api.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Node
10
uses: actions/setup-node@v1
11
with:
12
- node-version: "14.x"
+ node-version: "16.x"
13
14
- run: npm run build
15
- name: Run Lighthouse Check
.github/workflows/test.yml
0 commit comments