Skip to content

Commit

Permalink
ci: use node 19 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Jun 20, 2023
1 parent 39cc8bd commit c5c41f1
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '19'
cache: 'yarn'

- name: Install dependencies
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '19'
cache: 'yarn'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '19'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down

0 comments on commit c5c41f1

Please sign in to comment.