Skip to content

Commit 7086c90

Browse files
committed
vb
1 parent 24ec76c commit 7086c90

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
--health-timeout 5s
3737
--health-retries 5
3838
steps:
39-
- uses: actions/checkout@v1
40-
- uses: actions/setup-node@v3.2.0
39+
- uses: actions/checkout@v4
40+
- uses: actions/setup-node@v4
4141
with:
42-
node-version: 16
43-
registry-url: https://registry.npmjs.org/
42+
node-version: 24
43+
registry-url: https://registry.npmjs.org/
4444
- run: npm install
4545
- run: npm install -D typescript
4646
- run: tsc

0 commit comments

Comments
 (0)