Skip to content

Commit

Permalink
node version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewelsby committed Feb 9, 2024
1 parent dea88b1 commit d4b3d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ jobs:

- name: Install dependencies 👨🏻‍💻
run: yarn --frozen-lockfile --non-interactive
- name: Cache workspace 📦
uses: actions/cache@v3
id: cache-build
with:
path: |
node_modules
.cache/Cypress
./*
key: ubuntu-22.04-node-v16-app-${{ github.sha }}

lint:
name: Lint 🚨
needs: setup
Expand All @@ -51,16 +43,6 @@ jobs:
node-version: 20
cache: 'yarn'

- name: Cache workspace 📦
uses: actions/cache@v3
id: cache-build
with:
path: |
node_modules
.cache/Cypress
./*
key: ubuntu-20.04-node-v16-app-${{ github.sha }}

- name: Run linter 👀
run: yarn lint

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"prettier": "^3.2.5"
},
"engines": {
"node": ">=16"
"node": ">=20"
},
"resolutions": {
"vue-template-compiler": "2.7.16",
Expand Down

0 comments on commit d4b3d9b

Please sign in to comment.