Skip to content

Commit

Permalink
Node.js security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Jul 11, 2024
1 parent bc61b9c commit 7489995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '18.17.1'
node-version: '20.15.1'
- name: Install yarn and firebase tools
run: npm i -g npm yarn firebase-tools
- name: GitHub repository setting
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.15.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Docs for SOULs. (SOULs is now deprecated. Please check our new Architecture "Ske
```bash
# Node version (using nodenv)
$ node -v
v18.17.1
v20.15.1

# Install dependencies
$ yarn install --frozen-lockfile
Expand Down

0 comments on commit 7489995

Please sign in to comment.