Skip to content

Commit

Permalink
Revert all the package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Aug 22, 2024
1 parent 83391e6 commit 1c3a876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Install libvips
run: sudo apt-get install libvips
- uses: actions/checkout@v2
- name: Setup Node 16
- name: Setup Node 18
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- name: Install dependencies
run: |
rm -rf node_modules && npm i --force --unsafe-perm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-responsive-iframe": "^2.4.1",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.13.0",
"glob": "^7.1.7",
"graphql-request": "^6.1.0",
Expand Down

0 comments on commit 1c3a876

Please sign in to comment.