Skip to content

Commit 792d3aa

Browse files
committed
update yarn version in pr-status-checks.yml
1 parent 5772741 commit 792d3aa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
+5-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Status Checks
22

33
on:
4-
# Allows it to be manually triggered, used primarily for debugging
4+
# Allows it to be manually triggered, used primarily for debugging
55
workflow_dispatch:
66
pull_request:
77
branches:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
checks:
13-
name: "Checks"
13+
name: 'Checks'
1414
runs-on: ubuntu-latest
1515

1616
steps:
@@ -20,15 +20,14 @@ jobs:
2020
- name: Setup Nodejs and yarn
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: "16"
23+
node-version: '18'
2424
cache: yarn
2525

2626
- name: Install dependencies
2727
run: yarn
28-
28+
2929
- name: Check that it builds
3030
run: yarn build
3131
env:
32-
NODE_OPTIONS: "--max_old_space_size=8192"
32+
NODE_OPTIONS: '--max_old_space_size=8192'
3333
CI: false
34-

0 commit comments

Comments
 (0)