Skip to content

Commit 9b43ecd

Browse files
committed
Updated workflow npm version
1 parent 09f1b71 commit 9b43ecd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 20.x
1919
cache: npm
2020

2121
- name: Install dependencies
22-
run: npm install
22+
run: npm install
2323
- name: Build website
2424
run: npm run build
2525

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 20.x
1919
cache: npm
2020

2121
- name: Install dependencies

0 commit comments

Comments
 (0)