Skip to content

Commit 26d8ca9

Browse files
author
Volodymyr Malyhin
committed
chore: update node
1 parent 32efb5c commit 26d8ca9

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/runTestsOnPush.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches:
4+
- master
5+
tags-ignore:
6+
- '**'
7+
pull_request:
8+
branches:
9+
- '**'
10+
211
name: Build and Test
312
jobs:
413
build:
@@ -11,7 +20,7 @@ jobs:
1120
- name: Setup Node
1221
uses: actions/setup-node@v4
1322
with:
14-
node-version: 16
23+
node-version: 17
1524
cache: yarn
1625
cache-dependency-path: '**/yarn.lock'
1726

0 commit comments

Comments
 (0)