Skip to content

Commit

Permalink
Merge pull request #208 from concord-consortium/update-ci-to-node-18
Browse files Browse the repository at this point in the history
build: Update ci actions to node 18
  • Loading branch information
dougmartin authored Mar 13, 2024
2 parents 9e844ce + b34bd91 commit 2e9934e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firestore-and-query-creator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- run: npm install -g firebase-tools
- run: npm ci
working-directory: tests
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- run: npm ci
working-directory: query-creator/create-query
- run: npm run test
Expand Down

0 comments on commit 2e9934e

Please sign in to comment.