Skip to content

Commit

Permalink
Merge pull request #633 from simonihmig/upd-node
Browse files Browse the repository at this point in the history
Update to use node 18 internally
  • Loading branch information
simonihmig committed May 1, 2023
2 parents 36f5bfa + a073d02 commit 231d195
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: yarn
- name: Install Dependencies
run: yarn install --no-lockfile
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@
},
"npm": false
},
"version": "0.4.3"
"version": "0.4.3",
"volta": {
"node": "18.16.0",
"yarn": "1.22.19"
}
}

0 comments on commit 231d195

Please sign in to comment.