Use node 20

This commit is contained in:
Nick Cipollo
2023-10-17 18:36:46 -04:00
parent 5a5f227332
commit 26cdd97dfd
2 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: "yarn install"
run: yarn install

View File

@@ -24,6 +24,9 @@
],
"author": "GitHub",
"license": "MIT",
"engines": {
"node": ">=20"
},
"jest": {
"clearMocks": true,
"collectCoverage": true,