Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
* Update build matrix
* Update release script
* Update dependencies
  • Loading branch information
moonglum committed Apr 25, 2022
1 parent 573c626 commit 425f513
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
matrix:
node-version:
- 14.x
- 16.x
- 17.x
- 18.x
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.1.0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install-test
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"homepage": "https://github.com/faucet-pipeline/nite-owl#readme",
"engines": {
"node": ">=8"
"node": ">=14"
},
"dependencies": {
"chokidar": "^3.1.1"
},
"devDependencies": {
"eslint-config-fnd": "^1.8.0",
"release-util-fnd": "^2.0.1"
"eslint-config-fnd": "^1.13.0",
"release-util-fnd": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -eu

. ./node_modules/release-util-fnd/lib.sh

pre_release_checks main
pre_release_checks
npm test

create_package > /dev/null
publish_package origin main
publish_package

0 comments on commit 425f513

Please sign in to comment.