Skip to content

Commit 6c7ac31

Browse files
Fdawgssindresorhus
andauthored
Update GitHub Actions (#543)
Co-authored-by: Sindre Sorhus <[email protected]>
1 parent 330e6b9 commit 6c7ac31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13+
- 18
1314
- 16
1415
- 14
1516
- 12
1617
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v2
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-node@v3
1920
with:
2021
node-version: ${{ matrix.node-version }}
2122
- run: npm install

0 commit comments

Comments
 (0)