Skip to content

Commit

Permalink
Merge pull request #727 from mkszepp/drop-node-v16
Browse files Browse the repository at this point in the history
Drop NodeJs v16
  • Loading branch information
mkszepp authored Nov 21, 2023
2 parents 99a09eb + e521168 commit f2ae6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -56,7 +56,7 @@ jobs:
ssh://[email protected]/
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@
}
},
"volta": {
"node": "16.19.0"
"node": "18.14.2"
}
}

0 comments on commit f2ae6f0

Please sign in to comment.