Skip to content

Commit 7f8c624

Browse files
committed
Update GithubActions
1 parent 16706c3 commit 7f8c624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Setup NodeJS
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20.11'
24+
node-version: '20.14'
2525

2626
- name: Setup NodeJS cache
2727
uses: actions/cache@v4

0 commit comments

Comments
 (0)