Skip to content

Commit 42eaffd

Browse files
committed
Bump CI to node 20
1 parent c1c18b7 commit 42eaffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: lts/*
18+
node-version: 20
1919

2020
- run: yarn install --frozen-lockfile
2121
- run: yarn prepack

0 commit comments

Comments
 (0)