Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
guicheffer committed Nov 6, 2023
1 parent 8b6372c commit b6c8a42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [19.x]

steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
restore-keys: ${{ runner.os }}-node-
- name: Build
run: |
cd .me/ && npm install
cd .me/ && npm install --legacy-peer-deps
npm run build
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
6 changes: 3 additions & 3 deletions .me/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-open-graph-images": "^0.1.8",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-s3": "^0.4.1",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-s3": "^0.3.2",
"gatsby-plugin-sass": "^3.2.0",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-images": "^1.1.7",
"react-images": "^0.6.7",
"react-scrollspy": "^3.4.2",
"smoothscroll-polyfill": "^0.4.4"
},
Expand Down

0 comments on commit b6c8a42

Please sign in to comment.