Skip to content

Commit

Permalink
bump node version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv authored Jul 19, 2024
1 parent 231c19e commit 57a93a8
Show file tree
Hide file tree
Showing 4 changed files with 2,132 additions and 258 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: checkout
uses: actions/checkout@v4

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

- name: build
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: node 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Build
run: |
npm ci
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.13.1
Loading

0 comments on commit 57a93a8

Please sign in to comment.