Skip to content

Commit

Permalink
chore: update dependencies and node version (#5)
Browse files Browse the repository at this point in the history
* chore: update to node 18

* chore: update GitHub actions versions

* chore: update GitHub actions dependencies

* chore: update package-lock.json

* chore: bump version number

* chore: fix for error:0308010C:digital envelope routines::unsupported

* chore: node 18 not yet supported for using attribute

* chore: bumping up major version

---------

Co-authored-by: Shailesh <shailesh.kumar@outlook.com>
  • Loading branch information
paulschreiber and agenthunt authored Apr 2, 2023
1 parent 2d0d3f2 commit 9e552d6
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 338 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: 18
- run: npm install
- run: npm run build --if-present
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build --if-present

- name: check-for-cc
id: hello
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: false
default: '(.*\n)+(.*)'
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
Loading

0 comments on commit 9e552d6

Please sign in to comment.