Skip to content

Commit ab45d90

Browse files
authored
Bump Node version (#40)
1 parent acd78f7 commit ab45d90

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/.github/workflows/notebook-review.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ permissions:
2828
id-token: 'write'
2929

3030
env:
31-
GCS_SOURCE: 'mybucket/ghnbr/source' # TODO: Update to a bucket with proper ACLs
32-
GCS_OUTPUT: 'mybucket/ghnbr/output' # TODO: Update to a bucket with proper ACLs
31+
GCS_SOURCE: 'mybucket/ghnbr/source' # TODO: Update to a bucket with proper ACLs
32+
GCS_OUTPUT: 'mybucket/ghnbr/output' # TODO: Update to a bucket with proper ACLs
3333

3434
jobs:
3535

@@ -44,7 +44,7 @@ jobs:
4444
notebooks_files: '${{ steps.filter.outputs.notebooks_files }}'
4545
steps:
4646
# For pull requests it's not necessary to checkout the code
47-
- uses: 'dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721'
47+
- uses: 'dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36' # ratchet:dorny/paths-filter@v3.0.2
4848
id: 'filter'
4949
with:
5050
list-files: 'shell'
@@ -62,12 +62,12 @@ jobs:
6262

6363
steps:
6464
- id: 'checkout'
65-
uses: 'actions/checkout@v4'
65+
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
6666

6767
# Configure Workload Identity Federation and generate an access token.
6868
- id: 'auth'
6969
name: 'Authenticate to Google Cloud'
70-
uses: 'google-github-actions/auth@b258a9f230b36c9fa86dfaa43d1906bd76399edb'
70+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # ratchet:google-github-actions/auth@v3.0.0
7171
with:
7272
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
7373
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
@@ -79,7 +79,7 @@ jobs:
7979
# credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
8080

8181
- id: 'notebook-review'
82-
uses: 'google-github-actions/run-vertexai-notebook@v0'
82+
uses: 'google-github-actions/run-vertexai-notebook@e71afc3f2ef954ad746ea4eaf1e0e16a742e0daa' # ratchet:google-github-actions/run-vertexai-notebook@v1
8383
with:
8484
gcs_source_bucket: '${{ env.GCS_SOURCE }}'
8585
gcs_output_bucket: '${{ env.GCS_OUTPUT }}'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"engines": {
10-
"node": "20.x",
11-
"npm": "10.x"
10+
"node": ">= 24.x",
11+
"npm": ">= 11.x"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)