Skip to content

Commit 34033bb

Browse files
authored
Merge pull request #21 from stackql/feature/updates
tests updates
2 parents 5399aad + cf3a7d7 commit 34033bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/npm-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/[email protected]
11-
- name: Use Node.js 16
12-
uses: actions/setup-node@v4.0.2
11+
- name: Setup Node.js environment
12+
uses: actions/setup-node@v4.1.0
1313
with:
14-
node-version: 16.x
14+
node-version: 18
1515
- run: npm ci
1616
- run: npm test
1717

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/[email protected].2
63+
uses: stackql/[email protected].3
6464
if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
6565
with:
6666
use_wrapper: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SELECT status, count(*) as num_instances
22
FROM google.compute.instances
3-
WHERE project = 'stackql-demo'
3+
WHERE project = 'stackql-integration-tests'
44
GROUP BY status;

0 commit comments

Comments
 (0)