Bläddra i källkod

chore(deps): update actions/setup-node action to v3

renovate[bot] 2 år sedan
förälder
incheckning
819f112b28
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      .github/workflows/lint.yml
  2. 1 1
      .github/workflows/test.yml

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

@@ -27,7 +27,7 @@ jobs:
           version: 7
 
       - name: setup node.js
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           node-version: 16.x
           cache: 'pnpm'

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

@@ -27,7 +27,7 @@ jobs:
           version: 7
 
       - name: setup node.js
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           node-version: 16.x
           cache: 'pnpm'