Skip to content

Commit

Permalink
update node version from 14 to 20 in codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
n00b21337 committed Apr 8, 2024
1 parent 5e2cfef commit a88f77b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codegen1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: codegen
on:
push:
branches-ignore:
- "**"
- '**'
tags:
- "v*.*.*"
- 'v*.*.*'

jobs:
build:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: '20'

# Restore the yarn cache
- uses: c-hive/gha-yarn-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '20'

# Restore the yarn cache
- uses: c-hive/gha-yarn-cache@v1
Expand Down

0 comments on commit a88f77b

Please sign in to comment.