Skip to content

Commit c79d745

Browse files
committed
Bump dev Node to LTS (22) and start testing on it
Bumping the development version of Node to 22 specifically allows us to upgrade to Yarn v4.
1 parent 6cd9c68 commit c79d745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x]
14+
node-version: [18.x, 20.x, 22.x]
1515
steps:
1616
- name: Checkout and setup environment
1717
uses: MetaMask/action-checkout-and-setup@v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
lts/*

0 commit comments

Comments
 (0)