Skip to content

Commit a9ba57a

Browse files
authored
Merge pull request #2689 from firebase/jh-node
Updating to a newer version of node
2 parents dba4f87 + a23573e commit a9ba57a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/npm_publish_bq_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
- name: NPM install
2323
run: npm install
2424
- name: Publish BigQuery Schema Views

.github/workflows/scripts/npm_publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ if npm_package_version_exists "$NPM_PACKAGE_NAME" "$NPM_PACKAGE_VERSION"; then
6363
fi
6464

6565
echo "Attempting to publish $NPM_PACKAGE_NAME version $NPM_PACKAGE_VERSION..."
66+
npm --version
67+
node --version
6668
npm publish --provenance

0 commit comments

Comments
 (0)