Skip to content

Commit

Permalink
Switch to default codeql, npm overrides, and node 23.3.0 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
milespetrov committed Dec 5, 2024
1 parent 3b5984e commit 7a5f1ba
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 115 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/demo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.5.1'
node-version: '23.3.0'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
cache-dependency-path: ramp/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.5.1'
node-version: '23.3.0'
cache: 'npm'

- name: Try to restore node_modules folder from cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RAMP should still work on most other browsers, but we cannot promise support or

### Project Setup

Download [Node v22.5.1](https://nodejs.org/en/blog/release/v22.5.1).
Download [Node v23.3.0](https://nodejs.org/en/blog/release/v23.3.0).

```sh
npm ci
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To enable demo previews on your forked repository, update the following settings

## Project Setup

Download [Node v22.5.1](https://nodejs.org/en/blog/release/v22.5.1).
Download [Node v23.3.0](https://nodejs.org/en/blog/release/v23.3.0).

```sh
npm ci
Expand Down
102 changes: 71 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,7 @@
"vuedraggable": "next"
},
"engines": {
"node": "=22.5.1"
},
"overrides": {
"minimist": ">=1.2.6",
"glob-parent": ">=5.1.3",
"node-forge": ">=1.2.2",
"nth-check": ">=2.0.1",
"markdown-it": ">=12.3.2",
"highlight.js": ">10.4.0"
"node": ">=22.5.1 <=23.3.0"
},
"devDependencies": {
"@cypress/vite-dev-server": "^2.2.2",
Expand Down

0 comments on commit 7a5f1ba

Please sign in to comment.