Skip to content

Commit

Permalink
chore(deps): ENG-393 node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Aug 25, 2023
1 parent f574181 commit 0689467
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x

- name: Install Dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
- name: Install dependencies
run: yarn
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"types": "index.d.ts",
"version": "5.0.0",
"volta": {
"node": "14.17.1",
"yarn": "1.22.10"
"node": "20.5.1",
"yarn": "1.22.19"
}
}

0 comments on commit 0689467

Please sign in to comment.