Skip to content

Commit

Permalink
chore: test node install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 11, 2023
1 parent 9683c06 commit 3fca316
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: build-scratch-blocks
on:
push:
jobs:
setup:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install Node Dependencies
run: node -v

0 comments on commit 3fca316

Please sign in to comment.