Skip to content

Commit

Permalink
fix: disable preview links (#22)
Browse files Browse the repository at this point in the history
* fix: disable preview links

* fix: linting

* fix: update to node 18

* fix: npm
  • Loading branch information
vnglst committed Apr 1, 2023
1 parent be86089 commit b2ad946
Show file tree
Hide file tree
Showing 4 changed files with 703 additions and 497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
legacy-peer-deps=true

1 comment on commit b2ad946

@vercel
Copy link

@vercel vercel bot commented on b2ad946 Apr 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mijn-lessen – ./

mijn-lessen.vercel.app
mijn-lessen-vnglst.vercel.app
mijn-lessen-git-main-vnglst.vercel.app

Please sign in to comment.