Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Dec 18, 2023
1 parent 3efe580 commit f7b773d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ jobs:
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'yarn'
cache-dependency-path: ./sub/yarn.lock
node-version: 18.x
cache: 'npm'

- name: Run a multi-line script
run: |
node --version
yarn install
node main.js
working-directory: sub
npm install
31 changes: 31 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "issue-835",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akv-demo/setup-node-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/akv-demo/setup-node-test/issues"
},
"homepage": "https://github.com/akv-demo/setup-node-test#readme",
"dependencies": {
"font-awesome": "^4.7.0"
}
}

0 comments on commit f7b773d

Please sign in to comment.