Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: update minor node version 14 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Oct 15, 2023
1 parent 2e1b6c4 commit d248bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '14.x'
node-version: '16.x'
- run: yarn install --frozen-lockfile # will run `yarn install` command
- run: yarn add bson@${{ matrix.bson }}
- run: yarn sanity # will check if building works & if code is formatted well
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
},
"lint-staged": {
"*.{js,jsx,ts,less,html,md,yml}": "prettier --write"
},
"engines" : {
"node" : ">=16"
}
}

0 comments on commit d248bca

Please sign in to comment.