Skip to content

Commit

Permalink
chore: update workflow node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMMYLOPK committed Nov 11, 2023
1 parent 0eddca8 commit 308a668
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install node.js v16
- name: Install node.js v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node v16
- name: install node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: install dependencies
run: yarn install --frozen-lockfile
- name: tsc
Expand Down

1 comment on commit 308a668

@vercel
Copy link

@vercel vercel bot commented on 308a668 Nov 11, 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:

genshin-kit-js – ./

genshin-kit-js-git-master-timmlopk.vercel.app
genshin-kit-js.vercel.app
genshin-kit-js-timmlopk.vercel.app

Please sign in to comment.