Skip to content

Commit

Permalink
[UPDATE] lock node version + update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Aug 7, 2023
1 parent c0ee014 commit 555e03e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
if: '!github.event.release.prerelease'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '15.x'
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: lerna bootstrap
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '15.x'
node-version: 'lts/*'

- run: npm i
- run: lerna bootstrap
- run: lerna run test:ci

- uses: paambaati/codeclimate-action@v2.7.5
- uses: paambaati/codeclimate-action@v5
env:
CC_TEST_REPORTER_ID: d7cc2b984737376a118b540a6aa72447f3fc6fbb705988584b33dd0c8fbcb856
with:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*

1 comment on commit 555e03e

@vercel
Copy link

@vercel vercel bot commented on 555e03e Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vuito – ./

vuito-git-master-mathix420.vercel.app
vuito-mathix420.vercel.app
vuito.vercel.app

Please sign in to comment.