Skip to content

Commit

Permalink
chore: update to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MLKendall committed Mar 21, 2024
1 parent 0d56147 commit 3abfc5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
checkAllCommitMessages: 'true'
accessToken: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.13",
"description": "Sparkbox implementation of drizzle-builder",
"engines": {
"node": ">=14.0.0"
"node": "^20.11.1",
"npm": "^10.2.4"
},
"main": "dist/downpour.js",
"mainDrizzleJS": "dist/drizzle.js",
Expand Down Expand Up @@ -45,7 +46,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-eslint": "^10.1.0",
"check-node-version": "^4.1.0",
"check-node-version": "^4.2.1",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
Expand Down

0 comments on commit 3abfc5d

Please sign in to comment.