Skip to content

Commit

Permalink
Use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Oct 17, 2023
1 parent 5a5f227 commit 26cdd97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"author": "GitHub",
"license": "MIT",
"engines": {
"node": ">=20"
},
"jest": {
"clearMocks": true,
"collectCoverage": true,
Expand Down

0 comments on commit 26cdd97

Please sign in to comment.