We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 631f41c + f4034a6 commit 6bde7b8Copy full SHA for 6bde7b8
.github/workflows/nodejs.yml
@@ -8,14 +8,13 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest]
11
- node-version: [current, lts/*]
12
13
steps:
14
- uses: actions/checkout@v4
15
- - name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v3
+ - name: Use Node.js
+ uses: actions/setup-node@v5
17
with:
18
- node-version: ${{ matrix.node-version }}
+ node-version-file: '.nvmrc'
19
- name: install latest npm
20
run: npm install -g npm@latest
21
- name: npm install
.nvmrc
@@ -1 +1 @@
1
-12
+24
0 commit comments