Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
machulav committed Feb 19, 2024
1 parent ed5588c commit c28d3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18

- name: Install packages
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"index": "node -r dotenv/config ./src/index.js",
"lint": "eslint ./src/*.js",
"package": "ncc build ./src/index.js --openssl-legacy-provider"
"package": "ncc build ./src/index.js"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down

0 comments on commit c28d3fb

Please sign in to comment.