Skip to content

Commit 8550ebf

Browse files
committed
Use node 22
1 parent 4f40ef0 commit 8550ebf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dashboard.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23+
- name: Setup Node
24+
if: github.event.action != 'closed'
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: 22
28+
2329
- name: Install tools
2430
if: github.event.action != 'closed'
2531
run: npm install --no-save purescript@0.15.15 spago@1.0.3

0 commit comments

Comments
 (0)