Skip to content

Commit

Permalink
chore: update node pipeline to 20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Dec 29, 2023
1 parent d1d5462 commit 9cd2907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: install node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20.10.0'
- run: corepack prepare yarn@3.5.0 --activate
shell: bash
- run: yarn set version 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/base:18.16.0
FROM cypress/base:20.10.0

ENV CYPRESS_updateSnapshots=false
ENV CYPRESS_debugSnapshots=false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"jest-image-snapshot": "^6.1.0"
},
"volta": {
"node": "18.16.0",
"node": "20.10.0",
"yarn": "3.5.0"
}
}

0 comments on commit 9cd2907

Please sign in to comment.