mirror of
https://github.com/gchq/CyberChef
synced 2025-12-26 13:13:33 +00:00
Specify node version
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -12,9 +12,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
- name: Setup
|
||||
run: |
|
||||
npm i
|
||||
npm install
|
||||
export NODE_OPTIONS=--max_old_space_size=2048
|
||||
- name: Lint
|
||||
run: npx grunt lint
|
||||
|
||||
Reference in New Issue
Block a user