Skip to content

Commit

Permalink
feat: node 18 (#397)
Browse files Browse the repository at this point in the history
* feat: node 18

* chore: update lockfile

* chore: update lockfile
  • Loading branch information
NWRichmond authored Aug 17, 2023
1 parent c661342 commit ddec6bc
Show file tree
Hide file tree
Showing 14 changed files with 140,561 additions and 130,213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com/'
- uses: dorny/paths-filter@v2
id: changes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- uses: dorny/paths-filter@v2
id: changes
Expand Down
Loading

4 comments on commit ddec6bc

@vercel
Copy link

@vercel vercel bot commented on ddec6bc Aug 17, 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:

nacelle-gatsby-reference-store – ./reference-stores/gatsby

nacelle-gatsby-reference-store.vercel.app
nacelle-gatsby-reference-store-git-main-nacelle.vercel.app
nacelle-gatsby-reference-store-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ddec6bc Aug 17, 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:

nacelle-gatsby-starter – ./starters/gatsby

nacelle-gatsby-starter.vercel.app
nacelle-gatsby-starter-nacelle.vercel.app
nacelle-gatsby-starter-git-main-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ddec6bc Aug 17, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on ddec6bc Aug 17, 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:

nacelle-next-reference-store – ./reference-stores/next

nacelle-next-reference-store-git-main-nacelle.vercel.app
nacelle-next-reference-store-nacelle.vercel.app
nacelle-next-reference-store.vercel.app

Please sign in to comment.