Skip to content

Commit

Permalink
upgrade to node 20 (#82)
Browse files Browse the repository at this point in the history
* upgrade to node 20

* also need to use node 20 in test workflow
  • Loading branch information
JohnRDOrazio authored Jun 26, 2024
1 parent ba7e3cf commit 2c49c8c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.18.0"
node-version: "20.15.0"
cache: "yarn"
- name: Install Dependencies
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.2
20.15.0
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.2.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,6 +2182,13 @@ __metadata:
languageName: node
linkType: hard

"@popperjs/core@npm:^2.11.8":
version: 2.11.8
resolution: "@popperjs/core@npm:2.11.8"
checksum: 8c170d4eb56b6604b190eb5ed9dd6ab4b9e9cdb6ef6ee5b3884fe14af37a3a4289af1bfa0373e4dab288fddb12b43d94a565f313beaae023cd1da742173b050b
languageName: node
linkType: hard

"@react-aria/ssr@npm:^3.2.0":
version: 3.3.0
resolution: "@react-aria/ssr@npm:3.3.0"
Expand Down Expand Up @@ -4636,6 +4643,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "confessit-web@workspace:."
dependencies:
"@popperjs/core": ^2.11.8
bootstrap: ^5.2.2
enzyme: ^3.11.0
enzyme-adapter-react-16: ^1.15.6
Expand Down

0 comments on commit 2c49c8c

Please sign in to comment.