Skip to content

Commit

Permalink
Upgrade to node 18, fix lint (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed May 19, 2024
1 parent 6e8c60c commit f6d8603
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 276 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup NodeJS
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
scope: '@jfrog'
- name: Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup NodeJS
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: Install
run: npm i
- name: Lint
Expand Down
Loading

0 comments on commit f6d8603

Please sign in to comment.