Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency updates #652

Merged
merged 11 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
name: Test

on: push

on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
node-version:
- lts/* # LTS version
- "17" # latest version
node:
- lts/*
- current
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- name: Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/checkout@v3
- name: Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

node-version: ${{ matrix.node }}
- run: npm run setup
- run: npm test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pico-engine

[![Node version](https://img.shields.io/node/v/pico-engine.svg)](https://nodejs.org/en/download/)
[![Build Status](https://github.com/Picolab/pico-engine/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Picolab/pico-engine/actions/workflows/test.yml)

An implementation of the [pico-engine](http://www.windley.com/archives/2016/03/rebuilding_krl.shtml) hosted on node.js

Expand Down
2 changes: 1 addition & 1 deletion packages/krl-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/Picolab/pico-engine#readme",
"devDependencies": {
"ava": "^4.0.0",
"ava": "^5.3.1",
"contra": "^1.9.4",
"diff-lines": "^1.1.0",
"standard": "^12.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/krl-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Picolab/pico-engine#readme",
"devDependencies": {
"ava": "^4.0.0",
"ava": "^5.3.1",
"krl-parser": "^1.3.0",
"standard": "^12.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/krl-parser/dist/src/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/krl-parser/dist/src/krl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/krl-parser/dist/src/krl.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/krl-parser/dist/src/tdop.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading