Skip to content

Commit

Permalink
⬆️: Update nodejs and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
noobiept committed Jul 12, 2023
1 parent 0921b58 commit ab714aa
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 251 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
root: true,
ignorePatterns: ["node_modules"],
ignorePatterns: ["node_modules", "release"],
};
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'

- run: npm install
- run: npm run formatting:check
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm test

- uses: actions/upload-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.16.0
nodejs 18.16.1
Loading

0 comments on commit ab714aa

Please sign in to comment.