Skip to content

Commit

Permalink
Update to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Mar 24, 2024
1 parent 0195cfa commit 7ae9352
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
env:
# this version used for running various tools
tool_node_version: "16.x"
tool_node_version: "18.x"
tool_ruby_version: "2.7.8"
jobs:
eslint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
matrix:
os: [ubuntu-20.04]
ruby: [2.7.8]
node: [16.x]
node: [18.x]

2 changes: 1 addition & 1 deletion .github/workflows/single-matrix-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
env:
# this version used for running various tools
tool_node_version: "16.x"
tool_node_version: "18.x"
tool_ruby_version: "2.7.8"
jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
16
18

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ apt install curl -yy
#### Node and Yarn install

```bash
curl -sL https://deb.nodesource.com/setup_16.x | bash -
curl -sL https://deb.nodesource.com/setup_18.x | bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt update
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started_wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ apt install curl -yy
#### Node and Yarn install

```bash
curl -sL https://deb.nodesource.com/setup_16.x | bash -
curl -sL https://deb.nodesource.com/setup_18.x | bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt update
Expand Down
2 changes: 1 addition & 1 deletion script/build/debian/node.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
curl -sL https://deb.nodesource.com/setup_16.x | bash -
curl -sL https://deb.nodesource.com/setup_18.x | bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

Expand Down

0 comments on commit 7ae9352

Please sign in to comment.