Skip to content

Commit 029a4b4

Browse files
committed
Set test-all.yml to use Node 16
1 parent 05f3d88 commit 029a4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
sudo apt-get update
2121
sudo apt-get install google-chrome-stable
2222
- uses: actions/checkout@v2
23-
- name: Set up Node (14)
23+
- name: Set up Node (16)
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: 14.x
26+
node-version: 16.x
2727
- name: Bump Node memory limit
2828
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
2929
- name: Test setup and yarn install

0 commit comments

Comments
 (0)