Skip to content

Commit c8ca61b

Browse files
authored
Merge pull request #93 from teacoder-team/dev
chore: add .nvmrc
2 parents f738f10 + dbf71d3 commit c8ca61b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ permissions:
1313

1414
jobs:
1515
install:
16-
name: 🛠️ Install dependencies
16+
name: Install dependencies
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Set up Node.js 20.12.0
24+
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.12.0
27+
node-version: 22.19.0
2828

2929
- name: Cache Node modules
3030
uses: actions/cache@v3
@@ -38,7 +38,7 @@ jobs:
3838
run: yarn install --frozen-lockfile --production=false
3939

4040
build-docker:
41-
name: 🏗️ Build Docker Image
41+
name: Build Docker Image
4242
runs-on: ubuntu-latest
4343
needs: install
4444
steps:
@@ -83,7 +83,7 @@ jobs:
8383
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
8484
8585
push-docker:
86-
name: 🚀 Push Docker Image
86+
name: Push Docker Image
8787
runs-on: ubuntu-latest
8888
needs: build-docker
8989
steps:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.19.0

0 commit comments

Comments
 (0)