Skip to content

Commit

Permalink
build(ci): relax node version constraint (#1037)
Browse files Browse the repository at this point in the history
* build(ci): relax node version constraint

avoid:

error [email protected]: The engine "node" is incompatible with this module. Expected version "^18.18.0 || >=20.0.0". Got "18.17.1"

* build(ci): relax node version constraint
  • Loading branch information
dckc authored Mar 26, 2024
1 parent 47db2aa commit 7508ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.17.x]
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.17.x]
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 7508ce7

Please sign in to comment.