Skip to content

Bump actions/setup-node from 6.2.0 to 6.3.0 #114

Bump actions/setup-node from 6.2.0 to 6.3.0

Bump actions/setup-node from 6.2.0 to 6.3.0 #114

Workflow file for this run

# Copyright 2025, Intel Corporation
# SPDX-License-Identifier: BSD
name: Test Grammar
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
# Check out the repository using a pinned commit SHA.
- name: Check out repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# Set up Node.js using a pinned commit SHA.
- name: Set up Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0
# Replace the above SHA with your chosen pinned commit.
with:
node-version: '18'
# Install the vscode-tmgrammar-test package.
- name: Install vscode-tmgrammar-test globally
run: npm install -g vscode-tmgrammar-test
# Run grammar tests from the tests folder.
- name: Run grammar tests
run: vscode-tmgrammar-test tests/*.ispc