Skip to content

Commit

Permalink
chore: use node 18 (#8222)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored Oct 25, 2023
1 parent 0c8e216 commit 0356f75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6
with:
node-version: '16.x'
node-version: '18.x'

- name: Publish release
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6
with:
# headless GL 6.0.1 needs recent version of Node 16.
node-version: '16.19'
node-version: '18.18'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.1/install.sh | bash
nvm install 16.9 && nvm use 16.9
nvm install 18.18 && nvm use 18.18
cd bindings/pydeck
make setup-env
make init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6
with:
node-version: '16.x'
node-version: '18.x'

- name: Get version
id: get-version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"dependencies": {},
"volta": {
"node": "16.19.1",
"node": "18.18.2",
"yarn": "1.22.19"
}
}

0 comments on commit 0356f75

Please sign in to comment.