Skip to content

Commit

Permalink
Deprecate node < v18
Browse files Browse the repository at this point in the history
- Version bump
- Update publish to use node v20
- Update Node CI build matrix
- Update lock
  • Loading branch information
exsilium committed Dec 6, 2023
1 parent b0e7e6d commit b5eca70
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x]
node-version: [18.x, 19.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm test

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@pylonide/vfs-architect",
"description": "Architect plugins for vfs",
"version": "0.6.0",
"author": "ajax.org B.V. <[email protected]>",
"version": "0.7.0",
"author": "Sten Feldman <[email protected]>",
"contributors": [
"ajax.org B.V. <[email protected]>",
{
"name": "Fabian Jakobs",
"email": "[email protected]"
Expand All @@ -24,6 +25,6 @@
"url": "http://github.com/pylonide/vfs-architect.git"
},
"engines": {
"node": ">= 14.21.1"
"node": ">= 18.18.2"
}
}

0 comments on commit b5eca70

Please sign in to comment.