|
10 | 10 | matrix:
|
11 | 11 | node-version: [16.x]
|
12 | 12 | steps:
|
13 |
| - - uses: actions/checkout@v2 |
| 13 | + - uses: actions/checkout@v3 |
14 | 14 | - name: Use Node.js ${{ matrix.node-version }}
|
15 |
| - uses: actions/setup-node@v1 |
| 15 | + uses: actions/setup-node@v3 |
16 | 16 | with:
|
17 | 17 | node-version: ${{ matrix.node-version }}
|
18 | 18 | - run: npm install
|
|
25 | 25 | matrix:
|
26 | 26 | node-version: [14.x, 16.x, 18.x]
|
27 | 27 | steps:
|
28 |
| - - uses: actions/checkout@v2 |
| 28 | + - uses: actions/checkout@v3 |
29 | 29 | - name: Use Node.js ${{ matrix.node-version }}
|
30 |
| - uses: actions/setup-node@v1 |
| 30 | + uses: actions/setup-node@v3 |
31 | 31 | with:
|
32 | 32 | node-version: ${{ matrix.node-version }}
|
33 | 33 | - name: Install
|
|
44 | 44 | node-version: [16.x]
|
45 | 45 | bundler: [webpack, browserify]
|
46 | 46 | steps:
|
47 |
| - - uses: actions/checkout@v2 |
| 47 | + - uses: actions/checkout@v3 |
48 | 48 | - name: Use Node.js ${{ matrix.node-version }}
|
49 |
| - uses: actions/setup-node@v1 |
| 49 | + uses: actions/setup-node@v3 |
50 | 50 | with:
|
51 | 51 | node-version: ${{ matrix.node-version }}
|
52 | 52 | - name: Install
|
|
64 | 64 | matrix:
|
65 | 65 | node-version: [16.x]
|
66 | 66 | steps:
|
67 |
| - - uses: actions/checkout@v2 |
| 67 | + - uses: actions/checkout@v3 |
68 | 68 | - name: Use Node.js ${{ matrix.node-version }}
|
69 |
| - uses: actions/setup-node@v1 |
| 69 | + uses: actions/setup-node@v3 |
70 | 70 | with:
|
71 | 71 | node-version: ${{ matrix.node-version }}
|
72 | 72 | - run: npm install
|
|
80 | 80 | matrix:
|
81 | 81 | node-version: [16.x]
|
82 | 82 | steps:
|
83 |
| - - uses: actions/checkout@v2 |
| 83 | + - uses: actions/checkout@v3 |
84 | 84 | - name: Use Node.js ${{ matrix.node-version }}
|
85 |
| - uses: actions/setup-node@v1 |
| 85 | + uses: actions/setup-node@v3 |
86 | 86 | with:
|
87 | 87 | node-version: ${{ matrix.node-version }}
|
88 | 88 | - name: Install
|
|
0 commit comments