move to subdirectory

This commit is contained in:
cupcakearmy 2022-11-01 21:07:58 +01:00
parent 6af204ca70
commit 403c9ad0c6
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
5 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.fetcher.outputs.matrix }}
defaults:
run:
working-directory: tags
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
@ -19,7 +22,7 @@ jobs:
node-version: 18
- run: npm i
- id: fetcher
run: node fetch.mjs
run: node .
build:
runs-on: ubuntu-latest

View File

View File

@ -1,4 +1,6 @@
{
"type": "module",
"main": "index.js",
"devDependencies": {
"@actions/core": "^1.10.0",
"semver": "^7.3.8"