Skip to content

Commit

Permalink
feat: update to node 18
Browse files Browse the repository at this point in the history
update non-major dependencies

closes #186
  • Loading branch information
leomp12 committed Aug 9, 2023
1 parent 4c5f2de commit fc818c5
Show file tree
Hide file tree
Showing 6 changed files with 904 additions and 12,083 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Cache dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
if: steps.pkg_version.outputs.publish == 1
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org/'

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org/'

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gitpod/workspace-full:latest

RUN bash -c ". .nvm/nvm.sh && nvm install 14 && nvm use 14 && nvm alias default 14"
RUN bash -c ". .nvm/nvm.sh && nvm install 18 && nvm use 18 && nvm alias default 18"

RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
Loading

0 comments on commit fc818c5

Please sign in to comment.