1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 17:57:50 +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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
yarn
yarn all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./
id: short-sha
with:

View File

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