Skip to content

Commit 8af5802

Browse files
committed
Always use the latest node 16.
1 parent 2fad8a1 commit 8af5802

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515

16-
strategy:
17-
matrix:
18-
node-version: [16.x]
19-
2016
steps:
2117
- uses: actions/checkout@v4
2218

23-
- name: Node.js ${{ matrix.node-version }}
19+
- name: Set up Node.js
2420
uses: actions/setup-node@v4
2521
with:
26-
node-version: ${{ matrix.node-version }}
22+
node-version: 16
23+
registry-url: 'https://registry.npmjs.org'
2724

2825
- name: Cache Node Modules
2926
id: cache-node-modules

0 commit comments

Comments
 (0)