Skip to content

Commit 94082eb

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 d4bdac9 commit 94082eb

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
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}

.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)