Skip to content

Commit

Permalink
up node to v16 (publiclab#1728)
Browse files Browse the repository at this point in the history
* up node to v16

for webgpu in publiclab#1714

* Delete .travis.yml

* gitpod
  • Loading branch information
jywarren authored and PeculiarE committed Jul 6, 2022
1 parent f8924f1 commit df028c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
4 changes: 2 additions & 2 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gitpod/workspace-mysql

# Install Ruby version 2.4.6 and set it as default
# Install Ruby version 2.7.6 and set it as default
RUN echo "rvm_gems_path=/home/gitpod/.rvm" > ~/.rvmrc
RUN bash -lc "rvm install ruby-2.4.6 && rvm use ruby-ruby-2.4.6 --default"
RUN bash -lc "rvm install ruby-2.7.6 && rvm use ruby-ruby-2.7.6 --default"
RUN echo "rvm_gems_path=/workspace/.rvm" > ~/.rvmrc
77 changes: 0 additions & 77 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"engines": {
"yarn": ">= 1.0.0",
"node": ">=10.0.0"
"node": ">=16.0.0"
},
"devDependencies": {}
}

0 comments on commit df028c3

Please sign in to comment.