Skip to content

Commit cffe4c7

Browse files
committed
CI: bump actions/checkout to v4, drop Node 14.x
1 parent 17d5a0c commit cffe4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
node-version: [14.x, 16.x, 18.x]
16+
node-version: [16.x, 18.x, 20.x]
1717

1818
steps:
1919
- name: Cancel Previous Runs
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
access_token: ${{ github.token }}
2424

25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Cache node modules
2828
uses: actions/cache@v3

0 commit comments

Comments
 (0)