Skip to content

Commit

Permalink
Updated builds by removing EOL versions and adding new LTS versions. …
Browse files Browse the repository at this point in the history
…Also changed build version to 20 as 18 isn't supported.
  • Loading branch information
Simon Ramzi committed Sep 13, 2024
1 parent f487811 commit c81da46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14, 16, 18, 19 ]
node-version: [ 18, 20, 22 ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install npm-force-resolutions
run: npm install -g npm-force-resolutions
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit c81da46

Please sign in to comment.