Skip to content

Commit

Permalink
feat: update workflows to run on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNogueiraBR committed Apr 10, 2024
1 parent cd597c0 commit 8486e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '18'
- run: yarn install
- run: yarn build
deploy:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Cloud SDK
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '18'
- run: yarn install
- run: yarn build
- name: Auth GCP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '18'
- run: yarn install
- name: Run Prettier
run: yarn prettier
Expand Down

0 comments on commit 8486e0d

Please sign in to comment.