Skip to content

Commit

Permalink
Merge pull request #158 from pedro-mealha/bump-dependencies
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
pedro-mealha authored Oct 20, 2023
2 parents fdffd26 + a1b08c5 commit 73b87eb
Show file tree
Hide file tree
Showing 6 changed files with 1,710 additions and 1,371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: '.nvmrc'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: docker://github/super-linter:slim-v4
uses: docker://github/super-linter:slim-v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: '.nvmrc'

- name: Install netlify-cli
run: npm install netlify-cli -g
Expand All @@ -24,7 +24,7 @@ jobs:
id: get_deploy_id
run: |
DEPLOY_ID=$(netlify api listSiteDeploys --data '{ "site_id": "${{ secrets.NETLIFY_SITE_ID }}", "page": 1, "per_page": 1}' | head -n 3 | tr '{' '\n' | tr , '\n' | tr '}' '\n' | grep "id" | awk -F'"' '{print $4}')
echo "::set-output name=deploy_id::$DEPLOY_ID"
echo "name=deploy_id::$DEPLOY_ID" >> "$GITHUB_OUTPUT"
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
Loading

0 comments on commit 73b87eb

Please sign in to comment.