Skip to content

Commit

Permalink
Merge 393498e into e9606a8
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored Mar 6, 2024
2 parents e9606a8 + 393498e commit 0a4d044
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 102 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- uses: actions/checkout@v4.1.1
- uses: volta-cli/action@v4
- name: Use Node.js
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "9.0.0-beta.7",
"version": "9.1.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/offscreencanvas": "^2019.6.4"
},
"volta": {
"node": "18.19.1",
"yarn": "4.1.0"
"node": "20.11.1",
"yarn": "4.1.1"
}
}
Loading

0 comments on commit 0a4d044

Please sign in to comment.