Skip to content

Commit f4e6514

Browse files
authored
chore(ci): run workflow against node v20 (#3259)
1 parent bb2ec28 commit f4e6514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
node_version: [19]
15+
node_version: [20]
1616
os: [windows-latest, macOS-latest]
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node_version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node_version }}
2424
- name: Install Dependencies

0 commit comments

Comments
 (0)