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 0c93128 commit 63c6244Copy full SHA for 63c6244
.github/workflows/lint.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
- name: Checkout Project
19
uses: actions/checkout@v3
20
- - name: Use Node.js 16
+ - name: Use Node.js 24
21
uses: actions/[email protected]
22
with:
23
- node-version: 16
+ node-version: 24
24
- name: Install dependencies
25
run: npm i
26
- name: Lint checks
.github/workflows/test.yml
@@ -13,10 +13,10 @@ jobs:
13
14
15
16
uses: actions/setup-node@v3
run: npm ci
- name: Run tests
0 commit comments