Skip to content

Commit f6bd93c

Browse files
Merge pull request #166 from gofr-dev/Issue-nodeV-update
updated the node version from 16 to 18
2 parents bd69cf4 + abe28c8 commit f6bd93c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/package.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js 16.x
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 16.x
20+
node-version: 18.x
2121
cache: 'npm'
2222

2323
- name: Build App
@@ -26,15 +26,15 @@ jobs:
2626
yarn build
2727
2828
release_package:
29-
if: ${{ startsWith(github.ref, 'refs/tags/v')}}
30-
needs: build
31-
runs-on: ubuntu-latest
29+
if: ${{ startsWith(github.ref, 'refs/tags/v')}}
30+
needs: build
31+
runs-on: ubuntu-latest
3232

33-
permissions:
34-
contents: read
35-
packages: write
33+
permissions:
34+
contents: read
35+
packages: write
3636

37-
steps:
37+
steps:
3838
- name: Checkout Code
3939
uses: actions/checkout@v4
4040

@@ -55,4 +55,3 @@ jobs:
5555
context: .
5656
file: Dockerfile
5757
tags: ghcr.io/gofr-dev/website:${{ env.RELEASE_VERSION }},ghcr.io/gofr-dev/website:latest
58-

0 commit comments

Comments
 (0)