Skip to content

Commit

Permalink
Upgrade to use Node 16 (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavelle authored May 6, 2022
1 parent 2a0218f commit e56a8ba
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Restore Yarn cache
uses: actions/cache@v2
with:
Expand All @@ -30,10 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Restore Yarn cache
uses: actions/cache@v2
with:
Expand All @@ -52,10 +52,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Restore Yarn cache
uses: actions/cache@v2
with:
Expand All @@ -74,10 +74,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Restore Yarn cache
uses: actions/cache@v2
with:
Expand All @@ -96,10 +96,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Restore Yarn cache
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/erbium
16
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use the following commands to run the Thumbprint documentation:
```bash
git clone [email protected]:thumbtack/thumbprint.git
cd thumbprint
node -v # This must be 12.x
node -v # This must be 16.x
yarn -v # This must be >= 1.4.2
yarn
yarn start
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "git+https://github.com/thumbtack/thumbprint.git"
},
"engines": {
"node": ">=12.x"
"node": "16.x"
},
"keywords": [
"thumbtack",
Expand Down

0 comments on commit e56a8ba

Please sign in to comment.