Skip to content

Commit

Permalink
bump ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Dec 15, 2023
1 parent d565f65 commit eecb772
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
check-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3.6.0
- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.0
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: | # prepare test environment
cd ..
mkdir temp
Expand All @@ -27,7 +27,6 @@ jobs:
mv ./temp/action.yml ./nx-migration-gh-action
cd ./nx-migration-gh-action
npm i
ls -a
- uses: ./
id: nx_migrate
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: npm ci
- uses: timonmasberg/[email protected]
with:
Expand Down

0 comments on commit eecb772

Please sign in to comment.