Skip to content

Commit fe98d1b

Browse files
committed
Bump dependencies and test on Node.js v18
1 parent fccbf38 commit fe98d1b

File tree

5 files changed

+42
-22
lines changed

5 files changed

+42
-22
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x, 16.x]
11+
node-version: [16.x, 18.x]
1212

1313
steps:
1414
- uses: actions/checkout@v2

flake.lock

Lines changed: 29 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
inputs = {
3-
flake-utils.url = "github:numtide/flake-utils";
3+
nixpkgs.url = "github:NixOS/nixpkgs?rev=5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce";
4+
flake-utils.url = "github:numtide/flake-utils?rev=cfacdce06f30d2b68473a46042957675eebb3401";
45
};
56

67
outputs = { self, nixpkgs, flake-utils }:
@@ -10,9 +11,7 @@
1011
in {
1112
devShell = pkgs.mkShell {
1213
nativeBuildInputs = with pkgs; [
13-
nodejs-16_x
14-
yarn
15-
nodePackages.eslint_d
14+
nodejs-18_x
1615
nodePackages.typescript-language-server
1716
];
1817
};

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"codecov": "^3.8.3",
3636
"nyc": "^15.1.0",
37-
"regjsparser": "^0.9.1",
37+
"regjsparser": "^0.10.0",
3838
"request": "^2.88.2"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)