Skip to content

Commit

Permalink
nmp i and CI using node 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mc2 committed Mar 11, 2024
1 parent 1e1cf75 commit c2aebbd
Show file tree
Hide file tree
Showing 4 changed files with 11,921 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20.x

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20.x

- name: Install and Build
run: |
Expand Down
Loading

0 comments on commit c2aebbd

Please sign in to comment.