Skip to content

Commit

Permalink
Update github actions to run on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 8, 2023
1 parent 1086a97 commit 26f7339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js 16
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Set up Cloud SDK and Datastore Emulator
uses: google-github-actions/setup-gcloud@v1
Expand Down

0 comments on commit 26f7339

Please sign in to comment.