Skip to content

Commit

Permalink
feat: support all versions of Node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Oct 28, 2021
1 parent b19aafb commit fd27d67
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '16.0.0'
- name: Get Yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '16.0.0'
- name: Get Yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '16.0.0'
- name: Get Yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '16.0.0'
- name: Get Yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '16.0.0'
- name: Get Yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.12.0
16.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@jonahsnider/prettier-config": "1.1.0",
"@jonahsnider/xo-config": "5.0.0",
"@types/decompress": "4.2.4",
"@types/node": "16.11.6",
"@types/node": "16.0.3",
"@types/update-notifier": "5.1.0",
"prettier": "2.4.1",
"semantic-release": "18.0.0",
Expand All @@ -54,7 +54,7 @@
"xo": "0.46.0"
},
"engines": {
"node": ">=16.10.0"
"node": ">=16.0.0"
},
"os": [
"darwin",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ __metadata:
"@jonahsnider/util": 8.4.1
"@jonahsnider/xo-config": 5.0.0
"@types/decompress": 4.2.4
"@types/node": 16.11.6
"@types/node": 16.0.3
"@types/update-notifier": 5.1.0
clipanion: 3.2.0-rc.3
convert: 4.2.4
Expand Down Expand Up @@ -1057,10 +1057,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.11.6":
version: 16.11.6
resolution: "@types/node@npm:16.11.6"
checksum: 6e19634766ff589d3d2f361c2196b671f8f133cdadc5ad347a621c360d8994b6c4fbccfb2ad9c60c588c593831a96497c9c6b77d2b7e91be723384b94f6368e7
"@types/node@npm:16.0.3":
version: 16.0.3
resolution: "@types/node@npm:16.0.3"
checksum: b91ee69dbcf2c4b8a3c421439c5045a9903236506dae056d098587eec18770b867692018bb21ed8c911105c575670d88b8797f0a7fbca53e0899e2f3ad28d826
languageName: node
linkType: hard

Expand Down

0 comments on commit fd27d67

Please sign in to comment.