Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Janin-Michel-Mathias committed Aug 29, 2024
1 parent d2c0d20 commit cce6275
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '10.x'
- name: Install & build with yarn
run: |
yarn install
yarn build
-
test:
name: Run integration tests
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '10.x'
- name: test with yarn
Expand All @@ -35,8 +36,8 @@ jobs:
needs: test

steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '10.x'
- name: Publish to npm
Expand Down

0 comments on commit cce6275

Please sign in to comment.