Skip to content

Commit

Permalink
update libraries and node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticfalcon committed Sep 13, 2023
1 parent 7742640 commit ca4fdd3
Show file tree
Hide file tree
Showing 8 changed files with 11,305 additions and 31,503 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build
on: workflow_dispatch
jobs:
build_and_push:
name: Push Docker image to Docker Registry
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
with:
images: docker-core.artifacts.furycloud.io/mercadolibre/fury-core/fury-core-ci

- uses: actions/setup-node@v2
- name: Build config
env:
NODE_ENV: production
run: yarn install --frozen-file

- run: |
echo "Labels: LABELS"
echo "Tags: $TAGS"
env:
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Push RC tag
uses: mercadolibre/fury-core-ci@dev
uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ outputs:
pre_release:
description: 'Whether it is a release candidate'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit ca4fdd3

Please sign in to comment.