Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
ci: skip lifecycle scripts in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jun 14, 2023
1 parent 30ad8b9 commit 72cd45b
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 18,007 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
name: Install Packages
run: npm ci
run: npm ci --ignore-scripts

lint:
name: Lint
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Cache Node Modules
id: cache-npm
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Cache Node Modules
id: cache-npm
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Then this is the perfect place for you!

## Prerequisites

- NodeJS 16
- NodeJS 18

## Setting Up Locally

Expand Down
Loading

0 comments on commit 72cd45b

Please sign in to comment.