We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ec76c commit 7086c90Copy full SHA for 7086c90
1 file changed
.github/workflows/node.yml
@@ -36,11 +36,11 @@ jobs:
36
--health-timeout 5s
37
--health-retries 5
38
steps:
39
- - uses: actions/checkout@v1
40
- - uses: actions/setup-node@v3.2.0
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
41
with:
42
- node-version: 16
43
- registry-url: https://registry.npmjs.org/
+ node-version: 24
+ registry-url: https://registry.npmjs.org/
44
- run: npm install
45
- run: npm install -D typescript
46
- run: tsc
0 commit comments