Skip to content

Commit

Permalink
comment out code for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 14, 2024
1 parent 7412c61 commit 0198ba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ on:
- main

jobs:

test-import-npm-package:
name: Test Import NPM Package

runs-on: ubuntu-latest
env:
npm_config_registry: http://localhost:8043
NODE_VERSION: 18.x

steps:
- name: Use Node.js
uses: actions/setup-node@v1
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: ${{ env.NODE_VERSION }}

- name: Checkout repository and store in a directory with NPM package name
uses: actions/checkout@v3
Expand Down

0 comments on commit 0198ba8

Please sign in to comment.