We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fad8a1 commit 8af5802Copy full SHA for 8af5802
1 file changed
.github/workflows/nodejs.yml
@@ -13,17 +13,14 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
16
- strategy:
17
- matrix:
18
- node-version: [16.x]
19
-
20
steps:
21
- uses: actions/checkout@v4
22
23
- - name: Node.js ${{ matrix.node-version }}
+ - name: Set up Node.js
24
uses: actions/setup-node@v4
25
with:
26
- node-version: ${{ matrix.node-version }}
+ node-version: 16
+ registry-url: 'https://registry.npmjs.org'
27
28
- name: Cache Node Modules
29
id: cache-node-modules
0 commit comments