Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
chore: update to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Mar 14, 2023
1 parent 0708438 commit 734ba5b
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 280 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

env:
REGISTRY: ghcr.io
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
build:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Set up pnpm
uses: pnpm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Set up pnpm
uses: pnpm/[email protected]
Expand Down
Loading

0 comments on commit 734ba5b

Please sign in to comment.