Skip to content

Commit

Permalink
Merge pull request #174 from GoProperly/ging-244-investigate-upgradin…
Browse files Browse the repository at this point in the history
…g-to-use-node-18

fix: remove node and npm constraints from package.json
  • Loading branch information
robbieaverill committed Apr 26, 2023
2 parents 455fcd7 + f6566c0 commit 65078bf
Show file tree
Hide file tree
Showing 5 changed files with 3,202 additions and 2,874 deletions.
42 changes: 0 additions & 42 deletions .github/dependabot.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
name: Test & Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://npm.pkg.github.com/
scope: '@goproperly'
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
Loading

0 comments on commit 65078bf

Please sign in to comment.