Skip to content

Commit

Permalink
FSR-777 Bump node to v18 (#454)
Browse files Browse the repository at this point in the history
* Bump node from v16 to v18

https://eaflood.atlassian.net/browse/FSR-777

* Update package.json to node v18

Includes updating engines, bumping incompatible packages, adding .nvmrc file and bumping version in ci workflow

---------

Co-authored-by: Max Bladen-Clark <[email protected]>
  • Loading branch information
maxcbc and Max Bladen-Clark committed Aug 2, 2023
1 parent f150ef2 commit 7a3928a
Show file tree
Hide file tree
Showing 4 changed files with 931 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "18.x"

- name: Install node dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.16.1
Loading

0 comments on commit 7a3928a

Please sign in to comment.