chore: Bump node

This commit is contained in:
Sidharth Vinod
2022-11-25 13:19:12 +05:30
parent ffd68c7551
commit b7aae5f94f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 18
cache: yarn
- name: Build & Deploy
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
# Install NPM dependencies, cache them correctly
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Lint & Test