Skip to content

Commit 75d4b5b

Browse files
author
Andrei Bratu
committed
BUmping up node version
1 parent c23401c commit 75d4b5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
- name: Set up node
1414
uses: actions/setup-node@v3
15+
with:
16+
node-version: "22"
1517

1618
- name: Compile
1719
run: yarn && yarn build
@@ -25,6 +27,8 @@ jobs:
2527

2628
- name: Set up node
2729
uses: actions/setup-node@v3
30+
with:
31+
node-version: "22"
2832

2933
- name: Compile
3034
run: yarn && yarn test
@@ -42,6 +46,8 @@ jobs:
4246
uses: actions/checkout@v3
4347
- name: Set up node
4448
uses: actions/setup-node@v3
49+
with:
50+
node-version: "22"
4551
- name: Install dependencies
4652
run: yarn install
4753
- name: Build

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.DS_Store
3-
/dist
3+
/dist
4+
.env

0 commit comments

Comments
 (0)