Skip to content

Commit

Permalink
chore: node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Sep 21, 2023
1 parent d313634 commit 8833a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version-file: 'package.json'

- name: Install NPM@7
run: npm i -g npm@7
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/KillerCodeMonkey/ngx-quill"
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=8"
},
"keywords": [
Expand Down

0 comments on commit 8833a9e

Please sign in to comment.