Skip to content

Commit 8cd1af4

Browse files
committed
use latest setup-stackql
1 parent 6669479 commit 8cd1af4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- name: Setup Node.js environment
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: 18
14+
node-version: 24
1515
- run: npm ci
1616
- run: npm test

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
fi
6161
6262
- name: Setup StackQL
63-
uses: stackql/setup-stackql@v2.3.0
63+
uses: stackql/setup-stackql@v2
6464
if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
6565
with:
6666
use_wrapper: true

0 commit comments

Comments
 (0)