Skip to content

Commit

Permalink
node versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
wentout committed Apr 7, 2024
1 parent eaa93bb commit c321c08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,10 +34,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@master
with:
node-version: 16.x
node-version: 18.x

- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mnemonica",
"version": "0.9.981",
"version": "0.9.982",
"description": "abstract technique that aids information retention : instance inheritance system",
"type": "commonjs",
"main": "./build/index.js",
Expand Down Expand Up @@ -83,7 +83,7 @@
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c321c08

Please sign in to comment.