Skip to content

Commit aa0b05b

Browse files
committed
Update Node in Actions
1 parent 5953d61 commit aa0b05b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ jobs:
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: ${{matrix.node}}
14-
- run: npm install -g npm
1514
- run: npm install
1615
- run: npm test
1716
- uses: codecov/codecov-action@v3
1817
strategy:
1918
matrix:
2019
node:
21-
- lts/fermium
2220
- lts/gallium
21+
- node
2322
canary:
2423
name: canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
2524
runs-on: ${{matrix.os}}
@@ -55,7 +54,7 @@ jobs:
5554
os:
5655
- ubuntu-latest
5756
node:
58-
- lts/gallium
57+
- node
5958
package:
6059
- remarkjs/remark-gfm
6160
- remarkjs/react-markdown

0 commit comments

Comments
 (0)