Skip to content

Commit

Permalink
Use Node.js v20 (#437)
Browse files Browse the repository at this point in the history
* Use Node.js v20

* Update Node.js CI
  • Loading branch information
JuanVqz authored Feb 21, 2024
1 parent 011f686 commit 28ba6db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: current rails application
name: tests
on:
push:
branches:
Expand Down Expand Up @@ -27,12 +27,12 @@ jobs:

steps:
- name: Checkout 🏗
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js 🏗
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: Install Node.js ⌨
run: npm install
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.8.0
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "doctors",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2"
},
Expand Down

0 comments on commit 28ba6db

Please sign in to comment.