Skip to content

Commit

Permalink
Update node versions on CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Nov 1, 2023
1 parent 3e7a4b7 commit 31430c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: google-github-actions/auth@v0
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand All @@ -51,9 +50,8 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
4 changes: 2 additions & 2 deletions scripts/bin-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ for f in scripts/bin-test/sources/*; do
fi
done

## DEBUG
ls -la scripts/bin-test/sources/commonjs/node_modules
# Make sure firebase-functions binary is executable
chmod +x ./lib/bin/firebase-functions.js

mocha \
--file ./scripts/bin-test/mocha-setup.ts \
Expand Down

0 comments on commit 31430c9

Please sign in to comment.