Skip to content

Commit 18f75a2

Browse files
committed
updated versions
1 parent 6dfcf6f commit 18f75a2

3 files changed

Lines changed: 4 additions & 4 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

.github/workflows/stackql-assert-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Pull required providers
2222
#
2323
- name: pull required providers
24-
uses: stackql/stackql-exec@v2.3.0
24+
uses: stackql/stackql-exec@v2
2525
with:
2626
is_command: true
2727
query: "REGISTRY PULL google; REGISTRY PULL github"

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ runs:
3434
using: "composite"
3535
steps:
3636
- name: Setup StackQL
37-
uses: stackql/setup-stackql@v2.3.0
37+
uses: stackql/setup-stackql@v2
3838
with:
3939
use_wrapper: true
4040

4141
- name: Execute StackQL Command
4242
id: exec-query
43-
uses: stackql/stackql-exec@v2.3.0
43+
uses: stackql/stackql-exec@v2
4444
with:
4545
query: ${{ inputs.test_query }}
4646
query_file_path: ${{ inputs.test_query_file_path }}

0 commit comments

Comments
 (0)