Skip to content

Commit

Permalink
Updating project to node 18
Browse files Browse the repository at this point in the history
Updating lock files, github workflows and adding an .nvmrc file (for netlify) for node 18.
Removing engines from package.json as it ends up in node module and should not.
Rolling npm module version so that it releases (without engines restriction)
  • Loading branch information
kriswest committed Apr 21, 2023
1 parent 1286d98 commit 4b98df9
Show file tree
Hide file tree
Showing 5 changed files with 4,709 additions and 16,112 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [16.17.x]
node: [18.16.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Configure Node
uses: actions/setup-node@v1
with:
node-version: 16.17.x
node-version: 18.16.x
registry-url: ${{ matrix.registry }}

- name: Check package version
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.*
Loading

0 comments on commit 4b98df9

Please sign in to comment.