Skip to content

Commit 6bde7b8

Browse files
authored
Merge pull request #611 from twiliojosh/fix-tests
Set Node v24 as the project version
2 parents 631f41c + f4034a6 commit 6bde7b8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
node-version: [current, lts/*]
1211

1312
steps:
1413
- uses: actions/checkout@v4
15-
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v3
14+
- name: Use Node.js
15+
uses: actions/setup-node@v5
1716
with:
18-
node-version: ${{ matrix.node-version }}
17+
node-version-file: '.nvmrc'
1918
- name: install latest npm
2019
run: npm install -g npm@latest
2120
- name: npm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
24

0 commit comments

Comments
 (0)