Skip to content

Commit

Permalink
feat: update node to version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgregoryii committed Feb 16, 2022
1 parent fedc56e commit 1e19755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16

- name: Cache node_modules
id: cache-node-modules
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16

- name: Cache node_modules
id: cache-node-modules
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16

- name: Cache node_modules
id: cache-node-modules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16

- name: Cache node_modules
id: cache-node-modules
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16

- name: Download Cached Deps
id: cache-node-modules
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 1e19755

Please sign in to comment.