Skip to content

Commit

Permalink
chore: update yarn & ci
Browse files Browse the repository at this point in the history
  • Loading branch information
odex21 committed Mar 17, 2023
1 parent 95b54d9 commit 1aa8ec1
Show file tree
Hide file tree
Showing 2 changed files with 2,664 additions and 2,107 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- uses: borales/actions-yarn@v2.3.0
node-version: 16.x
- uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v4
with:
cmd: build # will run `yarn build` command
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
Expand All @@ -31,12 +31,12 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down
Loading

0 comments on commit 1aa8ec1

Please sign in to comment.