1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2026-03-08 05:14:53 +01:00

Update CI to node 16

This commit is contained in:
Benjamin Levesque
2022-10-17 11:23:54 +02:00
parent fc7c019a7d
commit c54f75df70
2 changed files with 3 additions and 3 deletions

View File

@@ -10,14 +10,14 @@ jobs:
build: # make sure build/ci work properly build: # make sure build/ci work properly
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- run: | - run: |
yarn yarn
yarn all yarn all
test: # make sure the action works on a clean machine without building test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: ./ - uses: ./
id: short-sha id: short-sha
with: with:

View File

@@ -16,7 +16,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: benjlevesque/short-sha@v1.2 - uses: benjlevesque/short-sha@v1.2
id: short-sha id: short-sha
with: with: