Skip to content

Commit 8faeabd

Browse files
committed
update workflows to use v4
1 parent 25c83be commit 8faeabd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-node@v1
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-node@v4
99
with:
10-
node-version: 18
10+
node-version: 20
1111
- run: |
1212
npm install
1313
npm run lint

0 commit comments

Comments
 (0)