10 Commits

Author SHA1 Message Date
Oleksii Lozovskyi 0b201ec74f msvc-dev-cmd v1.13.0 2024-01-01 13:23:26 +09:00
Oleksii Lozovskyi cec98b9d09 msvc-dev-cmd v1.12.1 2023-02-05 09:03:35 +09:00
Alexei Lozovsky 7315a94840 msvc-dev-cmd v1.12.0 2022-10-15 09:48:42 +09:00
Oleksii Lozovskyi f6f64f2dd6 Remove "node_modules" (#57)
It's needed only on the release branch. No need to pollute development
branches with that. CI is able to "npm install" it back.
2022-08-29 13:50:25 +03:00
Alexei Lozovsky 5c330b455f msvc-dev-cmd v1.11.0 2022-08-28 16:42:48 +09:00
Oleksii Lozovskyi fe44a129df Bump @actions/core to 1.9.1 (#56)
Fixes CVE-2022-35954. Does not look like anything terriblity important
to me, but hey, audit is happy.
2022-08-28 10:38:29 +03:00
Alexei Lozovsky d8610e2b41 msvc-dev-cmd v1.10.0 2021-10-08 00:09:33 +09:00
Alexei Lozovsky 7defe92547 msvc-dev-cmd v1.9.0 2021-05-29 22:45:09 +09:00
Alexei Lozovsky 62f16bb530 msvc-dev-cmv v1.8.1
Also updating and adding whatever the new version of npm wants to be
updated and added in its package files. This should not affect the
behavior of the action.
2021-05-26 22:40:20 +09:00
Alexei Lozovsky ccb28adcc4 Add node_modules on master with up-to-date deps
GitHub Actions tutorials suggest that you should not commit Node.js crap
onto your master branch, but it's not like this action has a lot of
dependencies, and not being able to test "ilammy/msvc-dev-cmd@master" is
so annoying... Therefore, do

    npm install --only production

and commit the results.
2020-12-11 20:05:07 +09:00