فهرست منبع

update node version

codecalm 2 سال پیش
والد
کامیت
f5c4ed4d6d
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      .github/workflows/bundlewatch.yml
  2. 2 2
      .github/workflows/release.yml
  3. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/bundlewatch.yml

@@ -9,7 +9,7 @@ on:
 
 
 env:
 env:
   FORCE_COLOR: 2
   FORCE_COLOR: 2
-  NODE: 16
+  NODE: 18
 
 
 jobs:
 jobs:
   bundlewatch:
   bundlewatch:

+ 2 - 2
.github/workflows/release.yml

@@ -15,10 +15,10 @@ jobs:
       - name: Checkout Repo
       - name: Checkout Repo
         uses: actions/checkout@v3
         uses: actions/checkout@v3
 
 
-      - name: Setup Node.js 16
+      - name: Setup Node.js 18
         uses: actions/setup-node@v3
         uses: actions/setup-node@v3
         with:
         with:
-          node-version: 16
+          node-version: 18
 
 
       - name: Install Dependencies
       - name: Install Dependencies
         run: yarn
         run: yarn

+ 1 - 1
.github/workflows/test.yml

@@ -5,7 +5,7 @@ on:
     types: [ opened, reopened ]
     types: [ opened, reopened ]
 
 
 env:
 env:
-  NODE: 16
+  NODE: 18
 
 
 permissions:
 permissions:
   contents: read
   contents: read