Skip to content

Commit

Permalink
Bump dependencies and test on Node.js v18
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Jun 6, 2023
1 parent fccbf38 commit fe98d1b
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
37 changes: 29 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs?rev=5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce";
flake-utils.url = "github:numtide/flake-utils?rev=cfacdce06f30d2b68473a46042957675eebb3401";
};

outputs = { self, nixpkgs, flake-utils }:
Expand All @@ -10,9 +11,7 @@
in {
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs-16_x
yarn
nodePackages.eslint_d
nodejs-18_x
nodePackages.typescript-language-server
];
};
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"codecov": "^3.8.3",
"nyc": "^15.1.0",
"regjsparser": "^0.9.1",
"regjsparser": "^0.10.0",
"request": "^2.88.2"
}
}
}

0 comments on commit fe98d1b

Please sign in to comment.