Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
88811646b7 | |||
412bb52eee | |||
b04750ecbd | |||
0c99475888 |
@ -17,8 +17,6 @@ jobs:
|
||||
continue-on-error: true
|
||||
container:
|
||||
image: ${{ env.IMAGE }}
|
||||
outputs:
|
||||
dummy: ${{ true }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -44,6 +42,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
|
||||
test:
|
||||
if: ${{ always() }}
|
||||
needs: security
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pushrocks/smartfile",
|
||||
"private": false,
|
||||
"version": "10.0.17",
|
||||
"version": "10.0.19",
|
||||
"description": "offers smart ways to work with files in nodejs",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartfile',
|
||||
version: '10.0.17',
|
||||
version: '10.0.19',
|
||||
description: 'offers smart ways to work with files in nodejs'
|
||||
}
|
||||
|
Reference in New Issue
Block a user