Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly0322 committed Nov 20, 2023
1 parent ccec226 commit 2c94f1a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 60 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion docs/lab0/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ ssh -p 1145 虚拟机用户名@127.0.0.1

我们已经成功通过 VSCode 连接了虚拟机,下面是一些简单的使用指导。

首先在 VSCode 中,我们可以使用快捷键 `` CTRL + ` `` 打开终端:
首先在 VSCode 中,我们可以使用快捷键 ``CTRL + ` `` 打开终端:

![image-20230907233217641](photos/image-20230907233217641.png)

Expand Down
66 changes: 10 additions & 56 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"homepage": "https://github.com/ustc-compiler-principles/2023#readme",
"dependencies": {
"autocorrect-node": "^2.8.4",
"prettier": "^2.5.1"
"prettier": "^3.1.0"
}
}

0 comments on commit 2c94f1a

Please sign in to comment.