Skip to content

Commit 6f7961e

Browse files
committed
#63 update node and npm
1 parent 2741aa6 commit 6f7961e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 16.x
17+
node-version: 18.x
1818

1919
- name: Update npm
20-
run: npm install -g npm@8
20+
run: npm install -g npm@10
2121

2222
- name: npm install and build
2323
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 16.x
20+
node-version: 18.x
2121
- name: Install browsers
2222
run: |
2323
export DEBIAN_FRONTEND=noninteractive
2424
sudo apt-get update
2525
sudo apt-get install -y chromium-browser firefox
2626
2727
- name: Update npm
28-
run: npm install -g npm@8
28+
run: npm install -g npm@10
2929

3030
- name: Install the project
3131
run: npm install

0 commit comments

Comments
 (0)